os-rust/compiler/rustc_attr
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
..
src Rename NestedMetaItem::name_value_literal. 2024-04-24 16:28:34 +10:00
Cargo.toml Use the Align type when parsing alignment attributes 2024-04-01 03:05:55 +01:00
messages.ftl fix spans of arguments in diagnostic 2024-03-03 10:48:40 +08:00