unfulfilled_lint_expectations emitted upon a correct #[expect(clippy::enum_glob_use)] #17685
Closed as not planned
unfulfilled_lint_expectations emitted upon a correct #[expect(clippy::enum_glob_use)] #17685
rust-analyzer version:
2024-07-22rustc version: rustc 1.82.0-nightly (8bfcae7 2024-07-23)
editor or extension: Neovim
code snippet to reproduce:
This code is just fine with
cargo checkorcargo clippy, but rust-analyzer emits anunfulfilled_lint_expectationswarning, even though theclippy::enum_glob_uselint is triggered if theexpectattribute is commented out