rust/tests/ui-fulldeps/stable-mir
Celina G. Val 326fea0fb8 Change ty_with_args to return Ty instead of Result
Although, we would like to avoid crashes whenever
possible, and that's why I wanted to make this API fallible. It's
looking pretty hard to do proper validation.

I think many of our APIs will unfortunately depend on the user doing
the correct thing since at the MIR level we are working on,
we expect types to have been checked already.
2023-12-05 12:03:44 -08:00
..
check_allocation.rs Add CrateDef trait and methods to get def names 2023-11-22 07:32:37 -08:00
check_defs.rs Add more information to stable Instance 2023-12-01 16:22:06 -08:00
check_instance.rs Add place.ty() and Ty build from a kind to smir 2023-11-20 12:43:39 -08:00
check_ty_fold.rs Change ty_with_args to return Ty instead of Result 2023-12-05 12:03:44 -08:00
compilation-result.rs Try to work around 32 bit mingw issues 2023-10-23 10:04:47 +00:00
crate-info.rs Add CrateDef trait and methods to get def names 2023-11-22 07:32:37 -08:00
projections.rs Add CrateDef trait and methods to get def names 2023-11-22 07:32:37 -08:00
smir_internal.rs Update Place and Operand to take slices 2023-10-26 00:21:28 +01:00
smir_visitor.rs Add place.ty() and Ty build from a kind to smir 2023-11-20 12:43:39 -08:00