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
This is global query, so it will probably be invalidated anyway.
This was creating a compound dependency from any typeck to any hir_owner:
typeck -> incoherent_impls -> crate_incoherent_impls ->
crate_inherent_impls -> hir_owner.
This dependency was (incorrectly?) flagged by the ui/dep-graph tests as
problematic.
0 commit comments