Skip to content

Commit d18f36f

Browse files
committed
enable feature impl_header_lifetime_elision
1 parent 49b6773 commit d18f36f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/librustc_data_structures/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
html_root_url = "https://doc.rust-lang.org/nightly/")]
2222

2323
#![feature(in_band_lifetimes)]
24+
#![feature(impl_header_lifetime_elision)]
2425
#![feature(unboxed_closures)]
2526
#![feature(fn_traits)]
2627
#![feature(unsize)]

src/librustc_mir/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
1616

1717
#![feature(infer_outlives_requirements)]
1818
#![feature(in_band_lifetimes)]
19+
#![feature(impl_header_lifetime_elision)]
1920
#![feature(slice_patterns)]
2021
#![feature(slice_sort_by_cached_key)]
2122
#![feature(box_patterns)]

0 commit comments

Comments
 (0)