rust/compiler/rustc_pattern_analysis/src
bors bcea3cb748 Auto merge of #120692 - Nadrieril:move-column-analysis-to-placeinfo, r=compiler-errors
pattern_analysis: Move constructor selection logic to `PlaceInfo`

This is a small refactor PR. There was a dense bit of constructor-related logic in `compute_exhaustiveness_and_usefulness`. I'm moving it out into a `PlaceInfo` method to make it easier to follow both separately. I also have plans that will complicate it further so it's good that it's somewhat encapsulated.

r? `@compiler-errors`
2024-02-20 04:57:15 +00:00
..
constructor.rs Auto merge of #120313 - Nadrieril:graceful-error, r=compiler-errors 2024-02-05 21:36:25 +00:00
errors.rs Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors 2024-02-08 09:06:36 +01:00
lib.rs Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco 2024-02-09 14:41:50 +01:00
lints.rs Remove dead args from functions 2024-02-02 22:47:26 +00:00
pat.rs Use a unique id instead of by-address indexing 2024-02-07 23:16:47 +01:00
pat_column.rs Rollup merge of #120331 - Nadrieril:no-arena, r=compiler-errors 2024-02-06 22:45:40 +01:00
rustc.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
usefulness.rs Auto merge of #120692 - Nadrieril:move-column-analysis-to-placeinfo, r=compiler-errors 2024-02-20 04:57:15 +00:00