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 4b51a3e commit 093b435Copy full SHA for 093b435
compiler/rustc_smir/src/lib.rs
@@ -10,10 +10,6 @@
10
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
11
test(attr(allow(unused_variables), deny(warnings)))
12
)]
13
-#![feature(rustc_private)]
14
-#![feature(ptr_metadata)]
15
-#![feature(type_alias_impl_trait)] // Used to define opaque types.
16
-#![feature(intra_doc_pointers)]
17
18
pub mod rustc_internal;
19
0 commit comments