Files
Nicholas Nethercote a762dbfe76 Make lifting infallible.
Every lifting root calls `unwrap`/`expect` on the result, except for
`ImmTy::fmt` but there's no good reason for that exception. Making
lifting infallible is sensible because it should only fail if the wrong
interner is somehow used, which indicates a major bug in rustc rather
than an error condition.
2026-04-30 16:53:10 +10:00
..
2026-04-30 16:53:10 +10:00