New lint: existing trait method became unsafe
#605
Labels
A-lint
Area: new or existing lint
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: Mentorship is available for this issue.
Major breaking change because existing impls of that trait now need to mark that method
unsafe
as well.Example: (playground)
This errors out:
Going in the opposite direction is breaking too: #606
The text was updated successfully, but these errors were encountered: