This is related to work for adding explanations for all errors (#32777) and updating all errors to the new error format (#35233). Unfortunately not all errors have error codes. This is a tracking issue for those errors. I'd think eventually we'd want error codes for all errors so that they're easy to reference.
cc @GuillaumeGomez
This is related to work for adding explanations for all errors (#32777) and updating all errors to the new error format (#35233). Unfortunately not all errors have error codes. This is a tracking issue for those errors. I'd think eventually we'd want error codes for all errors so that they're easy to reference.
attempted access of field _ on type _, but no field with that name was found_ does not live long enoughborrowed value does not live long enoughcannot borrow immutable borrowed content _ as mutablethe type of this value must be known in this contextnon-scalar cast: _ as _no associated item named _ found for type _ in the current scopecc @GuillaumeGomez