Jonathan Brouwer
ec5b2cce8e
Updated uitests for new parser
2025-08-22 08:58:45 +02:00
Vadim Petrochenkov
92d802eda6
expand: Leave traces when expanding cfg attributes
2025-03-26 15:30:12 +03:00
Nicholas Nethercote
7ea59e053b
Remove NtMeta.
...
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.
2025-02-28 08:42:06 +11:00
León Orell Valerian Liehr
0ad3c5da72
Fix parse error message for meta items
2024-05-10 09:16:27 +02:00
Nicholas Nethercote
8ac16c6193
Rewrite parse_meta_item.
...
It can't use `maybe_whole`, but it can match `maybe_whole` more closely.
Also add a test for a case that wasn't previously covered.
2024-03-21 10:16:09 +11:00