We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837856d commit 0a03ca7Copy full SHA for 0a03ca7
src/librustc_passes/ast_validation.rs
@@ -64,8 +64,8 @@ struct AstValidator<'a> {
64
is_impl_trait_banned: bool,
65
66
// rust-lang/rust#57979: the ban of nested `impl Trait` was buggy
67
- // until sometime after PR #57730 landed: it would jump directly
68
- // to walk_ty rather than visit_ty (or skip recurring entirely for
+ // until PRs #57730 and #57981 landed: it would jump directly to
+ // walk_ty rather than visit_ty (or skip recurring entirely for
69
// impl trait in projections), and thus miss some cases. We track
70
// whether we should downgrade to a warning for short-term via
71
// these booleans.
0 commit comments