@@ -130,17 +130,17 @@ LL | asm!("{1}", in("x0") foo, const bar);
130
130
| |
131
131
| explicit register argument
132
132
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 `""`
134
134
--> $DIR/parse-error.rs:66:29
135
135
|
136
136
LL | asm!("", options(), "");
137
- | ^^ expected one of 9 possible tokens
137
+ | ^^ expected one of 10 possible tokens
138
138
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 `"{}"`
140
140
--> $DIR/parse-error.rs:68:33
141
141
|
142
142
LL | asm!("{}", in(reg) foo, "{}", out(reg) foo);
143
- | ^^^^ expected one of 9 possible tokens
143
+ | ^^^^ expected one of 10 possible tokens
144
144
145
145
error: asm template must be a string literal
146
146
--> $DIR/parse-error.rs:70:14
0 commit comments