We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
impl_header_lifetime_elision
1 parent 49b6773 commit d18f36fCopy full SHA for d18f36f
src/librustc_data_structures/lib.rs
@@ -21,6 +21,7 @@
21
html_root_url = "https://doc.rust-lang.org/nightly/")]
22
23
#![feature(in_band_lifetimes)]
24
+#![feature(impl_header_lifetime_elision)]
25
#![feature(unboxed_closures)]
26
#![feature(fn_traits)]
27
#![feature(unsize)]
src/librustc_mir/lib.rs
@@ -16,6 +16,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
16
17
#![feature(infer_outlives_requirements)]
18
19
20
#![feature(slice_patterns)]
#![feature(slice_sort_by_cached_key)]
#![feature(box_patterns)]
0 commit comments