You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #[deprecated(since="1.0.1", reason="Bad performance."], the error message should state that reason is unknown and that the known one is note since the only known meta items for deprecated are "since" and "note".
But this for every attribute that takes meta items.
The text was updated successfully, but these errors were encountered:
Show known meta items in unknown meta items error
This PR adds a label to E0541. It also factors built-in attribute parsing into a submodule of `attr` for ease of future refactoring.
Fixesrust-lang#51469.
Show known meta items in unknown meta items error
This PR adds a label to E0541. It also factors built-in attribute parsing into a submodule of `attr` for ease of future refactoring.
Fixesrust-lang#51469.
In
#[deprecated(since="1.0.1", reason="Bad performance."]
, the error message should state thatreason
is unknown and that the known one isnote
since the only known meta items fordeprecated
are "since" and "note".But this for every attribute that takes meta items.
The text was updated successfully, but these errors were encountered: