1
Fork 0
rust/compiler/rustc_mir_build/src
Dylan DPC 56ba13ac7f
Rollup merge of #98200 - ouz-a:issue-98177, r=oli-obk
Expand potential inner `Or` pattern for THIR

Code assumed there wouldn't be a deeper `Or` pattern inside expanded `PatStack` this fixes it by looking for the `Or` pattern inside expanded `PatStack`.

A more ideal solution would be recursively doing this but I haven't found a good way to do that.
_fixes #97898_
2022-08-22 20:34:08 +05:30
..
build Rollup merge of #99110 - audunhalland:match_has_guard_from_candidate, r=pnkfelix 2022-08-11 22:46:57 +05:30
thir Rollup merge of #98200 - ouz-a:issue-98177, r=oli-obk 2022-08-22 20:34:08 +05:30
check_unsafety.rs add link to discussion 2022-08-02 18:57:22 -04:00
lib.rs Adjust cfgs 2022-08-12 16:28:15 -04:00
lints.rs Remove trait_of_item query. 2022-08-01 21:39:26 +02:00