We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626a5f5 commit 8971894Copy full SHA for 8971894
tests/ui/asm/aarch64/parse-error.stderr
@@ -130,13 +130,13 @@ LL | asm!("{1}", in("x0") foo, const bar);
130
| |
131
| explicit register argument
132
133
-error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `lateout`, `options`, `out`, or `sym`, found `""`
+error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `label`, `lateout`, `options`, `out`, or `sym`, found `""`
134
--> $DIR/parse-error.rs:66:29
135
|
136
LL | asm!("", options(), "");
137
| ^^ expected one of 9 possible tokens
138
139
-error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `lateout`, `options`, `out`, or `sym`, found `"{}"`
+error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `label`, `lateout`, `options`, `out`, or `sym`, found `"{}"`
140
--> $DIR/parse-error.rs:68:33
141
142
LL | asm!("{}", in(reg) foo, "{}", out(reg) foo);
0 commit comments