mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
parent
219380d840
commit
254f61ae43
@ -1,4 +1,6 @@
|
||||
// compile-flags: -Zsave-analysis
|
||||
// only-x86_64
|
||||
// Also test for #72960
|
||||
|
||||
#![feature(asm)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
error: invalid register `invalid`: unknown register
|
||||
--> $DIR/issue-72570.rs:7:18
|
||||
--> $DIR/issue-72570.rs:9:18
|
||||
|
|
||||
LL | asm!("", in("invalid") "".len());
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user