Skip to content

Commit bbc3414

Browse files
committed
rustc: simplify scope-tracking in resolve_lifetime.
1 parent 0682a75 commit bbc3414

File tree

2 files changed

+220
-321
lines changed

2 files changed

+220
-321
lines changed

src/librustc/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#![feature(const_fn)]
3131
#![feature(core_intrinsics)]
3232
#![feature(libc)]
33+
#![feature(loop_break_value)]
3334
#![feature(nonzero)]
3435
#![feature(pub_restricted)]
3536
#![feature(quote)]

0 commit comments

Comments
 (0)