Skip to content

Commit 0ee0f29

Browse files
committed
Bless aarch64 asm test
1 parent 626a5f5 commit 0ee0f29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/ui/asm/aarch64/parse-error.stderr

+4-4
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,17 @@ LL | asm!("{1}", in("x0") foo, const bar);
130130
| |
131131
| explicit register argument
132132

133-
error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `lateout`, `options`, `out`, or `sym`, found `""`
133+
error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `label`, `lateout`, `options`, `out`, or `sym`, found `""`
134134
--> $DIR/parse-error.rs:66:29
135135
|
136136
LL | asm!("", options(), "");
137-
| ^^ expected one of 9 possible tokens
137+
| ^^ expected one of 10 possible tokens
138138

139-
error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `lateout`, `options`, `out`, or `sym`, found `"{}"`
139+
error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `label`, `lateout`, `options`, `out`, or `sym`, found `"{}"`
140140
--> $DIR/parse-error.rs:68:33
141141
|
142142
LL | asm!("{}", in(reg) foo, "{}", out(reg) foo);
143-
| ^^^^ expected one of 9 possible tokens
143+
| ^^^^ expected one of 10 possible tokens
144144

145145
error: asm template must be a string literal
146146
--> $DIR/parse-error.rs:70:14

0 commit comments

Comments
 (0)