diff --git a/src/librustc/query/mod.rs b/src/librustc/query/mod.rs index 8896f9f972881..cdf553d34e926 100644 --- a/src/librustc/query/mod.rs +++ b/src/librustc/query/mod.rs @@ -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) } } }