Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakis
Force warn improvements As part of stablization of the `--force-warn` option (#86516) I've made the following changes: * Error when the `warnings` lint group is based to the `--force-warn` option * Tests have been updated to make it easier to understand the semantics of `--force-warn` r? `@nikomatsakis`
This commit is contained in:
commit
99b73e81b3
32 changed files with 139 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
An unknown lint was used on the command line.
|
||||
An unknown or invalid lint was used on the command line.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue