You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #119715 - Nadrieril:graceful-type-error, r=compiler-errors
Exhaustiveness: abort on type error
This adds an error path to exhaustiveness checking so that we abort instead of ICEing when encountering a stray `ty::Error`.
Fixesrust-lang/rust#119493Fixesrust-lang/rust#119778
r? `@compiler-errors`
0 commit comments