rust/compiler/rustc_lint
Maja Kądziołka 61f70003c2
Add helper methods checking for "#[non_exhaustive] that's active"
A check for `#[non_exhaustive]` is often done in combination with
checking whether the type is local to the crate, in a variety of ways.
Create a helper method and standardize on it as the way to check for
this.
2025-03-07 16:16:36 +01:00
..
src Add helper methods checking for "#[non_exhaustive] that's active" 2025-03-07 16:16:36 +01:00
Cargo.toml Print out destructor 2025-02-26 19:03:29 +00:00
messages.ftl Print out destructor 2025-02-26 19:03:29 +00:00