Files
rust/compiler
Nicholas Nethercote 8d4655d9ec Rename NestedMetaItem::name_value_literal.
It's a highly misleading name, because it's completely different to
`MetaItem::name_value_literal`. Specifically, it doesn't match
`MetaItemKind::NameValue` (e.g. `#[foo = 3]`), it matches
`MetaItemKind::List` (e.g. `#[foo(3)]`).
2024-04-24 16:28:34 +10:00
..
2024-02-06 13:12:33 +11:00
2024-02-06 13:12:33 +11:00
2024-04-18 15:36:25 +10:00
2024-04-15 23:27:21 -04:00
2024-04-14 14:56:41 +02:00
2024-04-14 15:01:04 +02:00