Skip to content

Commit 418bf96

Browse files
committed
Ignore no support targets
1 parent 92e4e8e commit 418bf96

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/test/ui/issues/issue-37433.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore-emscripten no asm! support
2+
13
#![feature(asm)]
24

35
fn main() {

src/test/ui/issues/issue-37433.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0669]: invalid value for constraint in inline assembly
2-
--> $DIR/issue-37433.rs:5:24
2+
--> $DIR/issue-37433.rs:7:24
33
|
44
LL | asm!("" :: "r"(""));
55
| ^^

0 commit comments

Comments
 (0)