We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0682a75 commit bbc3414Copy full SHA for bbc3414
src/librustc/lib.rs
@@ -30,6 +30,7 @@
30
#![feature(const_fn)]
31
#![feature(core_intrinsics)]
32
#![feature(libc)]
33
+#![feature(loop_break_value)]
34
#![feature(nonzero)]
35
#![feature(pub_restricted)]
36
#![feature(quote)]
0 commit comments