rust/compiler/rustc_smir
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
..
src Change ty_with_args to return Ty instead of Result 2023-12-05 12:03:44 -08:00
.gitignore
Cargo.toml