Skip to content

Commit 05792a3

Browse files
committed
various fixes for naked_asm! implementation
- fix for divergence - fix error message - fix another cranelift test - fix some cranelift things - don't set the NORETURN option for naked asm - fix use of naked_asm! in doc comment - fix use of naked_asm! in run-make test - use `span_bug` in unreachable branch
1 parent 2396811 commit 05792a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parse/macros/asm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use rustc_ast::ast;
2-
use rustc_builtin_macros::asm::{parse_asm_args, AsmArgs};
2+
use rustc_builtin_macros::asm::{AsmArgs, parse_asm_args};
33

44
use crate::rewrite::RewriteContext;
55

0 commit comments

Comments
 (0)