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.
1 parent 725af30 commit 7815c9bCopy full SHA for 7815c9b
src/librustc_mir/lib.rs
@@ -4,6 +4,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
4
5
*/
6
7
+#![feature(nll)]
8
#![feature(in_band_lifetimes)]
9
#![feature(slice_patterns)]
10
#![feature(slice_sort_by_cached_key)]
0 commit comments