rust/compiler/rustc_pattern_analysis/tests
Nicholas Nethercote 55505ab1d3 Add unreachable_pub to RUSTC_LINT_FLAGS for compiler/ crates.
And fix the new errors in the handful of crates that didn't have a
`#![warn(unreachable_pub)]`.
2025-03-11 13:14:21 +11:00
..
common Add unreachable_pub to RUSTC_LINT_FLAGS for compiler/ crates. 2025-03-11 13:14:21 +11:00
complexity.rs Add pattern_complexity_limit to Limits. 2025-02-17 09:30:33 +11:00
exhaustiveness.rs Add pattern_complexity_limit to Limits. 2025-02-17 09:30:33 +11:00
intersection.rs Add pattern_complexity_limit to Limits. 2025-02-17 09:30:33 +11:00