rust/compiler/rustc_pattern_analysis
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
tests Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
Cargo.toml Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
messages.ftl Lint small gaps between ranges 2024-03-09 01:14:22 +01:00