We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277b94c commit bd47508Copy full SHA for bd47508
crates/rustc_codegen_spirv/src/lib.rs
@@ -85,8 +85,6 @@ extern crate rustc_arena;
85
#[cfg(rustc_codegen_spirv_disable_pqp_cg_ssa)]
86
extern crate rustc_ast;
87
88
-extern crate rustc_attr_data_structures;
89
-#[cfg(rustc_codegen_spirv_disable_pqp_cg_ssa)]
90
extern crate rustc_attr_parsing;
91
92
extern crate rustc_codegen_ssa;
0 commit comments