Skip to content

Commit

Permalink
Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoerister
Browse files Browse the repository at this point in the history
Remove no_force from coherent_trait

r? @michaelwoerister
  • Loading branch information
bors committed Apr 6, 2019
2 parents 05b4554 + 25c448f commit b025802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
}
}
Expand Down

0 comments on commit b025802

Please sign in to comment.