Skip to content

Commit

Permalink
rustc: simplify scope-tracking in resolve_lifetime.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Jan 28, 2017
1 parent 0682a75 commit bbc3414
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 321 deletions.
1 change: 1 addition & 0 deletions src/librustc/lib.rs
Expand Up @@ -30,6 +30,7 @@
#![feature(const_fn)]
#![feature(core_intrinsics)]
#![feature(libc)]
#![feature(loop_break_value)]
#![feature(nonzero)]
#![feature(pub_restricted)]
#![feature(quote)]
Expand Down

0 comments on commit bbc3414

Please sign in to comment.