Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoerister
Remove no_force from coherent_trait r? @michaelwoerister
This commit is contained in:
commit
b025802a24
@ -363,7 +363,6 @@
|
||||
query has_typeck_tables(_: DefId) -> bool {}
|
||||
|
||||
query coherent_trait(def_id: DefId) -> () {
|
||||
no_force
|
||||
desc { |tcx| "coherence checking all impls of trait `{}`", tcx.def_path_str(def_id) }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user