Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09caa3e

Browse files
committedDec 15, 2019
rework run-fail and support check,build-fail
1 parent 529e026 commit 09caa3e

File tree

160 files changed

+512
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+512
-350
lines changed
 

‎src/test/ui/asm/issue-51431.rs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// build-fail
12
// ignore-emscripten no asm! support
23

34
#![feature(asm)]

‎src/test/ui/asm/issue-51431.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-51431.rs:7:32
2+
--> $DIR/issue-51431.rs:8:32
33
|
44
LL | asm! {"mov $0,$1"::"0"("bx"),"1"(0x00)}
55
| ^^^^

0 commit comments

Comments
 (0)
Please sign in to comment.