Ignore no support targets
This commit is contained in:
parent
92e4e8e783
commit
418bf968f0
@ -1,3 +1,5 @@
|
||||
// ignore-emscripten no asm! support
|
||||
|
||||
#![feature(asm)]
|
||||
|
||||
fn main() {
|
||||
|
@ -1,5 +1,5 @@
|
||||
error[E0669]: invalid value for constraint in inline assembly
|
||||
--> $DIR/issue-37433.rs:5:24
|
||||
--> $DIR/issue-37433.rs:7:24
|
||||
|
|
||||
LL | asm!("" :: "r"(""));
|
||||
| ^^
|
||||
|
Loading…
Reference in New Issue
Block a user