We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
impl_header_lifetime_elision
1 parent 4e3740a commit a63ece4Copy full SHA for a63ece4
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
@@ -17,6 +17,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
17
#![cfg_attr(not(stage0), feature(nll))]
18
#![feature(infer_outlives_requirements)]
19
20
#![feature(slice_patterns)]
#![feature(slice_sort_by_cached_key)]
#![feature(box_patterns)]
0 commit comments