Skip to content

Commit 418bf96

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

+2
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

+1-1
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)