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_parse
1 parent 2f3a0a5 commit 4718757Copy full SHA for 4718757
src/lib.rs
@@ -8,7 +8,6 @@
8
// N.B. these crates are loaded from the sysroot, so they need extern crate.
9
extern crate rustc_ast;
10
extern crate rustc_ast_pretty;
11
-extern crate rustc_builtin_macros;
12
extern crate rustc_data_structures;
13
extern crate rustc_errors;
14
extern crate rustc_expand;
src/parse/macros/asm.rs
@@ -1,5 +1,5 @@
1
use rustc_ast::ast;
2
-use rustc_builtin_macros::asm::{AsmArg, parse_asm_args};
+use rustc_parse::parser::asm::{AsmArg, parse_asm_args};
3
4
use crate::rewrite::RewriteContext;
5
0 commit comments