We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51847a1 commit 237dd41Copy full SHA for 237dd41
src/test/compile-fail/mir_check_cast_reify.rs
@@ -33,7 +33,7 @@ fn bar<'a>(x: &'a u32) -> &'static u32 {
33
// During NLL region analysis, this will get renumbered to `typeof(foo::<'?0>)`
34
// where `'?0` is a new region variable.
35
//
36
- // (Note that if `'a` on `foo` were early-bound, the type would be
+ // (Note that if `'a` on `foo` were late-bound, the type would be
37
// `typeof(foo)`, which would interact differently with because
38
// the renumbering later.)
39
0 commit comments