rust/compiler/rustc_symbol_mangling
Jhonny Bill Mena 359002bbeb ADD - migrate InvalidTraitItem and AltInvalidTraitItem errors
Thought of doing this by having a struct and an enum with Default and Alt cases, but not sure if we wanted to have the text in code instead of having “demangling()” and “demangling-alt()” in the ftl file.

Don’t like the current way of having structs representing the same-ish and using long names to distinguish their expectations, instead of putting this in an enum and handling the different cases inside the type.

I am fine with whichever option the team prefers; also understand having them as separate structs keeps it simple.
2022-08-30 14:27:42 -04:00
..
src ADD - migrate InvalidTraitItem and AltInvalidTraitItem errors 2022-08-30 14:27:42 -04:00
Cargo.toml ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics infraestructure 2022-08-30 14:27:42 -04:00