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
Add a new method on `rustc_middle::Ty` to detect if a type contains any
`TyKind::Error`.
This is more specific than `TypeVisitableExt::references_error`, which
is true in many other situations.
0 commit comments