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 f9971c5 commit c2da8b3Copy full SHA for c2da8b3
src/librustc_codegen_ssa/lib.rs
@@ -1,10 +1,6 @@
1
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
2
#![feature(bool_to_option)]
3
#![feature(box_patterns)]
4
-#![feature(box_syntax)]
5
-#![feature(core_intrinsics)]
6
-#![feature(libc)]
7
-#![feature(stmt_expr_attributes)]
8
#![feature(try_blocks)]
9
#![feature(in_band_lifetimes)]
10
#![feature(nll)]
src/librustc_codegen_utils/lib.rs
@@ -3,10 +3,6 @@
//! This API is completely unstable and subject to change.
-#![feature(arbitrary_self_types)]
-#![feature(box_patterns)]
#![feature(never_type)]
11
12
0 commit comments