Skip to content

Commit 237dd41

Browse files
committed
correct comment in test
1 parent 51847a1 commit 237dd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/mir_check_cast_reify.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn bar<'a>(x: &'a u32) -> &'static u32 {
3333
// During NLL region analysis, this will get renumbered to `typeof(foo::<'?0>)`
3434
// where `'?0` is a new region variable.
3535
//
36-
// (Note that if `'a` on `foo` were early-bound, the type would be
36+
// (Note that if `'a` on `foo` were late-bound, the type would be
3737
// `typeof(foo)`, which would interact differently with because
3838
// the renumbering later.)
3939
//

0 commit comments

Comments
 (0)