mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
be72f2587c
Use `ErrorGuaranteed` more in MIR type ops Delay bugs more eagerly and pass them through type op infra instead of delaying them at all the usage-sites. Follow up to: https://github.com/rust-lang/rust/pull/111741#discussion_r1203840588 r? `@lcnr`