rust/compiler/rustc_pattern_analysis/src
Nadrieril 400dc46a05 Gracefully abort on type incompatibility
Since the only use of `TypeCx::bug` is in `Constructor::is_covered_by`,
it is tempting to return `false` instead of `Err()`, but that would
cause "non-exhaustive match" false positives.
2024-01-31 19:22:48 +01:00
..
constructor.rs Gracefully abort on type incompatibility 2024-01-31 19:22:48 +01:00
errors.rs s/RustcCtxt/RustcMatchCheckCtxt/ 2023-12-15 16:58:38 +01:00
lib.rs Gracefully abort on type incompatibility 2024-01-31 19:22:48 +01:00
lints.rs Make PatternColumn part of the public API 2024-01-30 17:06:52 +01:00
pat_column.rs Gracefully abort on type incompatibility 2024-01-31 19:22:48 +01:00
pat.rs Limit the use of PlaceCtxt 2024-01-30 17:06:30 +01:00
rustc.rs Gracefully abort on type incompatibility 2024-01-31 19:22:48 +01:00
usefulness.rs Gracefully abort on type incompatibility 2024-01-31 19:22:48 +01:00