1
Fork 0
rust/compiler/rustc_parse/src
Esteban Küber 550bcae8aa Detect struct S(ty = val);
Emit a specific error for unsupported default field value syntax in tuple structs.
2024-12-09 21:55:12 +00:00
..
lexer Only error raw lifetime followed by \' in edition 2021+ 2024-12-01 05:23:16 +00:00
parser Detect struct S(ty = val); 2024-12-09 21:55:12 +00:00
errors.rs Introduce default_field_values feature 2024-12-09 21:55:01 +00:00
lib.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
validate_attr.rs Change AttrArgs::Eq into a struct variant 2024-12-02 10:28:58 +00:00