@@ -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 |
136136LL | 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 |
142142LL | asm!("{}", in(reg) foo, "{}", out(reg) foo);
143- | ^^^^ expected one of 9 possible tokens
143+ | ^^^^ expected one of 10 possible tokens
144144
145145error: asm template must be a string literal
146146 --> $DIR/parse-error.rs:70:14
0 commit comments