Make "no implicit copies" diagnostics controllable through lint settings #2503
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-type-system
Area: Type system
The diagnostics added as part of #2431 should probably be controllable through the lint diagnostic settings. The default for now probably should be 'warn', although it would be nice to eventually make it 'err'.
The text was updated successfully, but these errors were encountered: