Skip to content

Commit b025802

Browse files
committed
Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoerister
Remove no_force from coherent_trait r? @michaelwoerister
2 parents 05b4554 + 25c448f commit b025802

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/query/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ rustc_queries! {
363363
query has_typeck_tables(_: DefId) -> bool {}
364364

365365
query coherent_trait(def_id: DefId) -> () {
366-
no_force
367366
desc { |tcx| "coherence checking all impls of trait `{}`", tcx.def_path_str(def_id) }
368367
}
369368
}

0 commit comments

Comments
 (0)