Skip to content

Commit

Permalink
enable feature impl_header_lifetime_elision
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Aug 13, 2018
1 parent 49b6773 commit d18f36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_data_structures/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
html_root_url = "https://doc.rust-lang.org/nightly/")]

#![feature(in_band_lifetimes)]
#![feature(impl_header_lifetime_elision)]
#![feature(unboxed_closures)]
#![feature(fn_traits)]
#![feature(unsize)]
Expand Down
1 change: 1 addition & 0 deletions src/librustc_mir/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!

#![feature(infer_outlives_requirements)]
#![feature(in_band_lifetimes)]
#![feature(impl_header_lifetime_elision)]
#![feature(slice_patterns)]
#![feature(slice_sort_by_cached_key)]
#![feature(box_patterns)]
Expand Down

0 comments on commit d18f36f

Please sign in to comment.