rust/tests/ui-fulldeps/stable-mir
Kirby Linvill 2e70d95cdb
Remove rich UserTypeProjection projections in SMIR
It's not clear to me (klinvill) that UserTypeProjections are produced
anymore with the removal of type ascriptions as per
https://github.com/rust-lang/rfcs/pull/3307. Furthermore, it's not clear
to me which variants of ProjectionElem could appear in such projections.
For these reasons, I'm reverting projections in UserTypeProjections to
simple strings until I can get more clarity on UserTypeProjections.
2023-11-09 20:56:40 -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 Move SMIR projections tests to new file 2023-11-09 20:56:39 -07:00
projections.rs Remove rich UserTypeProjection projections in SMIR 2023-11-09 20:56:40 -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