Update tests to use llvm_asm!
This commit is contained in:
parent
d162d096dd
commit
1cc521ef9d
74 changed files with 421 additions and 401 deletions
|
@ -7,10 +7,10 @@ LL | #[derive(Default)]
|
|||
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
error: inline assembly must be a string literal
|
||||
--> $DIR/macros-nonfatal-errors.rs:13:10
|
||||
--> $DIR/macros-nonfatal-errors.rs:13:15
|
||||
|
|
||||
LL | asm!(invalid);
|
||||
| ^^^^^^^
|
||||
LL | llvm_asm!(invalid);
|
||||
| ^^^^^^^
|
||||
|
||||
error: concat_idents! requires ident args.
|
||||
--> $DIR/macros-nonfatal-errors.rs:15:5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue