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 359b9bf commit 6a293fcCopy full SHA for 6a293fc
src/lib.rs
@@ -7,7 +7,6 @@
7
// N.B. these crates are loaded from the sysroot, so they need extern crate.
8
extern crate rustc_ast;
9
extern crate rustc_ast_pretty;
10
-extern crate rustc_builtin_macros;
11
extern crate rustc_data_structures;
12
extern crate rustc_errors;
13
extern crate rustc_expand;
src/parse/macros/asm.rs
src/parse/macros/mod.rs
@@ -9,7 +9,6 @@ use rustc_span::symbol;
use crate::macros::MacroArg;
use crate::rewrite::RewriteContext;
-pub(crate) mod asm;
pub(crate) mod cfg_if;
14
pub(crate) mod cfg_match;
15
pub(crate) mod lazy_static;
0 commit comments