rust/compiler/rustc_mir_build
bors 9cf05f3614 Auto merge of #86378 - Smittyvb:thir-walker-pat, r=LeSeulArtichaut
Add pattern walking support to THIR walker

Suggested in https://github.com/rust-lang/rust/pull/85263#issuecomment-861906730, this splits off the support for pattern walking in THIR from #85263. This has no observable effect on THIR unsafety checking, since it is not currently possible to trigger unsafety from the THIR checker using the additional patterns or constants that are now walked. THIR patterns are walked in source code order.

r? `@LeSeulArtichaut`
2021-06-19 05:44:11 +00:00
..
src Auto merge of #86378 - Smittyvb:thir-walker-pat, r=LeSeulArtichaut 2021-06-19 05:44:11 +00:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00