Skip to content

Commit

Permalink
correct comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Dec 13, 2017
1 parent 51847a1 commit 237dd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compile-fail/mir_check_cast_reify.rs
Expand Up @@ -33,7 +33,7 @@ fn bar<'a>(x: &'a u32) -> &'static u32 {
// During NLL region analysis, this will get renumbered to `typeof(foo::<'?0>)`
// where `'?0` is a new region variable.
//
// (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
// `typeof(foo)`, which would interact differently with because
// the renumbering later.)
//
Expand Down

0 comments on commit 237dd41

Please sign in to comment.