1
Fork 0

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:
bors 2021-08-21 15:51:50 +00:00
commit 99b73e81b3
32 changed files with 139 additions and 13 deletions

View file

@ -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: