about summary refs log tree commit diff
path: root/tests/ui/parser/attribute/attr-unquoted-ident.stderr
AgeCommit message (Collapse)AuthorLines
2025-08-22Updated uitests for new parserJonathan Brouwer-2/+2
2025-02-28Remove `NtMeta`.Nicholas Nethercote-1/+1
Note: there was an existing code path involving `Interpolated` in `MetaItem::from_tokens` that was dead. This commit transfers that to the new form, but puts an `unreachable!` call inside it.
2024-05-10Fix parse error message for meta itemsLeón Orell Valerian Liehr-5/+16
2024-05-04compiletest: add enable-by-default check-cfgUrgau-2/+2
2024-01-12Suggest quoting unquoted idents in attrssjwang05-0/+24