Commit 44bc150
committed
Mark crate_inherent_impls as eval_always.
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.1 parent f8ee1e0 commit 44bc150
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
| 872 | + | |
872 | 873 | | |
873 | 874 | | |
874 | 875 | | |
| |||
0 commit comments