rust/tests/ui-fulldeps/stable-mir
Kirby Linvill b1585983cc
Add stable MIR Projections support based on MIR structure
This commit includes richer projections for both Places and
UserTypeProjections. However, the tests only touch on Places. There are
also outstanding TODOs regarding how projections should be resolved to
produce Place types, and regarding if UserTypeProjections should just
contain ProjectionElem<(),()> objects as in MIR.
2023-11-09 20:56:35 -07:00
..
check_instance.rs Update Place and Operand to take slices 2023-10-26 00:21:28 +01:00
compilation-result.rs Try to work around 32 bit mingw issues 2023-10-23 10:04:47 +00:00
crate-info.rs Add stable MIR Projections support based on MIR structure 2023-11-09 20:56:35 -07:00
smir_internal.rs Update Place and Operand to take slices 2023-10-26 00:21:28 +01:00
smir_visitor.rs Add a stable MIR visitor 2023-10-30 13:11:14 -07:00