rust/compiler
David Koloski 8852752078 Treat unstable lints as unknown
This change causes unstable lints to be ignored if the `unknown_lints`
lint is allowed. To achieve this, it also changes lints to apply as soon
as they are processed. Previously, lints in the same set were processed
as a batch and then all simultaneously applied.

Implementation of https://github.com/rust-lang/compiler-team/issues/469
2022-03-08 19:06:40 +00:00
..
2022-03-05 21:20:12 -05:00
2022-03-01 20:02:47 +08:00
2022-03-03 19:47:23 +08:00
2022-03-05 15:31:22 +01:00
2022-03-07 13:41:47 +11:00
2022-03-07 13:41:47 +11:00