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 2104ac5 commit 6fdcedcCopy full SHA for 6fdcedc
1 file changed
library/alloc/src/lib.rs
@@ -146,6 +146,7 @@
146
#![feature(min_specialization)]
147
#![feature(negative_impls)]
148
#![feature(never_type)]
149
+#![feature(nll)] // Not necessary, but here to test the `nll` feature.
150
#![feature(rustc_allow_const_fn_unstable)]
151
#![feature(rustc_attrs)]
152
#![feature(staged_api)]
0 commit comments