Files
rust/compiler/rustc_lint/src
Matthias Krüger d24f575722 Rollup merge of #115739 - Alexendoo:lint-pass-check-attribute, r=oli-obk
Call `LateLintPass::check_attribute` from `with_lint_attrs`

Fixes #115571

For regular `register_late_pass` lints also means that `last_node_with_lint_attrs` is correct when in `check_attribute`, I've added a test that previously failed for `clippy::allow_attributes`

As far as I can see the only late lint in rustc that uses `check_attribute` is `unstable_features` which is allow by default and deprecated so this is mostly for clippy (or future rustc lints)
2023-09-11 17:03:32 +02:00
..
2023-04-10 22:02:52 +02:00
fix
2023-07-23 09:58:31 +00:00
2023-01-09 18:57:02 -05:00
2023-09-06 12:09:29 +03:00
2023-08-31 22:40:43 -07:00