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
// Makes sure that we don't check `specializes(impl1, impl2)` for a pair of impls that don't
5
+
// actually participate in specialization. Since <https://github.com/rust-lang/rust/pull/122791>,
6
+
// we don't treat inductive cycles as errors -- so we may need to winnow more pairs of impls, and
7
+
// we try to winnow impls in favor of other impls. However, if we're *inside* the `specializes`
8
+
// query, then may have a query cycle if we call `specializes` again!
0 commit comments