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.
rustc_codegen_ssa
1 parent ce58f62 commit c11e5d0Copy full SHA for c11e5d0
crates/rustc_codegen_spirv/src/lib.rs
@@ -1,13 +1,11 @@
1
// HACK(eddyb) start of `rustc_codegen_ssa` crate-level attributes (see `build.rs`).
2
-#![allow(internal_features)]
3
#![allow(rustc::diagnostic_outside_of_impl)]
4
#![allow(rustc::untranslatable_diagnostic)]
5
#![feature(assert_matches)]
6
#![feature(box_patterns)]
7
#![feature(file_buffered)]
8
#![feature(if_let_guard)]
9
#![feature(negative_impls)]
10
-#![feature(rustdoc_internals)]
11
#![feature(string_from_utf8_lossy_owned)]
12
#![feature(trait_alias)]
13
#![feature(try_blocks)]
0 commit comments