Skip to content

Commit 25c448f

Browse files
committed
Remove no_force from coherent_trait
1 parent a11083e commit 25c448f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 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)