Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoerister

Remove no_force from coherent_trait

r? @michaelwoerister
This commit is contained in:
bors 2019-04-06 04:14:13 +00:00
commit b025802a24

View file

@ -363,7 +363,6 @@ rustc_queries! {
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) }
}
}