Files
rust/compiler/rustc_ast_lowering
Folkert de Vries 6f08437788 improve inline assembly error messages
by

- using `DiagSymbolList` to get nicely formatted lists
- mentioning the `modifier` when an invalid modifier is used. This is useful in case the span cannot be resolved (which I ran into).
2026-03-22 23:18:29 +01:00
..