You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the [`cfg`] and [`cfg_attr`] attributes are accepted semantically on inline assembly template strings and operands. Other attributes are parsed, but rejected when the assembly macro is expanded.
278
+
279
+
r[asm.attributes.starts-with-template]
280
+
Syntactically there must be at least one template string before the first operand.
281
+
282
+
```rust, ignore
283
+
// This is rejected because `a = out(reg) x` does not parse as a template string.
0 commit comments