Skip to content

Commit

Permalink
Remove no_force from coherent_trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Apr 5, 2019
1 parent a11083e commit 25c448f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/query/mod.rs
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 25c448f

Please sign in to comment.