@@ -2011,7 +2011,7 @@ rustc_queries! {
20112011 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, NormalizationResult <' tcx>>>,
20122012 NoSolution ,
20132013 > {
2014- desc { "normalizing `{}`" , goal. value. value }
2014+ desc { "normalizing `{}`" , goal. canonical . value. value }
20152015 }
20162016
20172017 /// <div class="warning">
@@ -2025,7 +2025,7 @@ rustc_queries! {
20252025 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, NormalizationResult <' tcx>>>,
20262026 NoSolution ,
20272027 > {
2028- desc { "normalizing `{}`" , goal. value. value }
2028+ desc { "normalizing `{}`" , goal. canonical . value. value }
20292029 }
20302030
20312031 /// <div class="warning">
@@ -2039,7 +2039,7 @@ rustc_queries! {
20392039 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, NormalizationResult <' tcx>>>,
20402040 NoSolution ,
20412041 > {
2042- desc { "normalizing `{}`" , goal. value. value }
2042+ desc { "normalizing `{}`" , goal. canonical . value. value }
20432043 }
20442044
20452045 /// Do not call this query directly: invoke `try_normalize_erasing_regions` instead.
@@ -2055,7 +2055,7 @@ rustc_queries! {
20552055 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, Vec <OutlivesBound <' tcx>>>>,
20562056 NoSolution ,
20572057 > {
2058- desc { "computing implied outlives bounds for `{}`" , goal. value. value. ty }
2058+ desc { "computing implied outlives bounds for `{}`" , goal. canonical . value. value. ty }
20592059 }
20602060
20612061 query implied_outlives_bounds(
@@ -2064,7 +2064,7 @@ rustc_queries! {
20642064 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, Vec <OutlivesBound <' tcx>>>>,
20652065 NoSolution ,
20662066 > {
2067- desc { "computing implied outlives bounds v2 for `{}`" , goal. value. value. ty }
2067+ desc { "computing implied outlives bounds v2 for `{}`" , goal. canonical . value. value. ty }
20682068 }
20692069
20702070 /// Do not call this query directly:
@@ -2075,15 +2075,15 @@ rustc_queries! {
20752075 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, DropckOutlivesResult <' tcx>>>,
20762076 NoSolution ,
20772077 > {
2078- desc { "computing dropck types for `{}`" , goal. value. value. dropped_ty }
2078+ desc { "computing dropck types for `{}`" , goal. canonical . value. value. dropped_ty }
20792079 }
20802080
20812081 /// Do not call this query directly: invoke `infcx.predicate_may_hold()` or
20822082 /// `infcx.predicate_must_hold()` instead.
20832083 query evaluate_obligation(
20842084 goal: CanonicalPredicateGoal <' tcx>
20852085 ) -> Result <EvaluationResult , OverflowError > {
2086- desc { "evaluating trait selection obligation `{}`" , goal. value. value }
2086+ desc { "evaluating trait selection obligation `{}`" , goal. canonical . value. value }
20872087 }
20882088
20892089 /// Do not call this query directly: part of the `Eq` type-op
@@ -2093,7 +2093,7 @@ rustc_queries! {
20932093 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, ( ) >>,
20942094 NoSolution ,
20952095 > {
2096- desc { "evaluating `type_op_ascribe_user_type` `{:?}`" , goal. value. value }
2096+ desc { "evaluating `type_op_ascribe_user_type` `{:?}`" , goal. canonical . value. value }
20972097 }
20982098
20992099 /// Do not call this query directly: part of the `ProvePredicate` type-op
@@ -2103,7 +2103,7 @@ rustc_queries! {
21032103 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, ( ) >>,
21042104 NoSolution ,
21052105 > {
2106- desc { "evaluating `type_op_prove_predicate` `{:?}`" , goal. value. value }
2106+ desc { "evaluating `type_op_prove_predicate` `{:?}`" , goal. canonical . value. value }
21072107 }
21082108
21092109 /// Do not call this query directly: part of the `Normalize` type-op
@@ -2113,7 +2113,7 @@ rustc_queries! {
21132113 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, Ty <' tcx>>>,
21142114 NoSolution ,
21152115 > {
2116- desc { "normalizing `{}`" , goal. value. value. value }
2116+ desc { "normalizing `{}`" , goal. canonical . value. value. value }
21172117 }
21182118
21192119 /// Do not call this query directly: part of the `Normalize` type-op
@@ -2123,7 +2123,7 @@ rustc_queries! {
21232123 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, ty:: Clause <' tcx>>>,
21242124 NoSolution ,
21252125 > {
2126- desc { "normalizing `{:?}`" , goal. value. value. value }
2126+ desc { "normalizing `{:?}`" , goal. canonical . value. value. value }
21272127 }
21282128
21292129 /// Do not call this query directly: part of the `Normalize` type-op
@@ -2133,7 +2133,7 @@ rustc_queries! {
21332133 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, ty:: PolyFnSig <' tcx>>>,
21342134 NoSolution ,
21352135 > {
2136- desc { "normalizing `{:?}`" , goal. value. value. value }
2136+ desc { "normalizing `{:?}`" , goal. canonical . value. value. value }
21372137 }
21382138
21392139 /// Do not call this query directly: part of the `Normalize` type-op
@@ -2143,7 +2143,7 @@ rustc_queries! {
21432143 & ' tcx Canonical <' tcx, canonical:: QueryResponse <' tcx, ty:: FnSig <' tcx>>>,
21442144 NoSolution ,
21452145 > {
2146- desc { "normalizing `{:?}`" , goal. value. value. value }
2146+ desc { "normalizing `{:?}`" , goal. canonical . value. value. value }
21472147 }
21482148
21492149 query instantiate_and_check_impossible_predicates( key: ( DefId , GenericArgsRef <' tcx>) ) -> bool {
@@ -2164,7 +2164,7 @@ rustc_queries! {
21642164 query method_autoderef_steps(
21652165 goal: CanonicalTyGoal <' tcx>
21662166 ) -> MethodAutoderefStepsResult <' tcx> {
2167- desc { "computing autoderef types for `{}`" , goal. value. value }
2167+ desc { "computing autoderef types for `{}`" , goal. canonical . value. value }
21682168 }
21692169
21702170 query supported_target_features( _: CrateNum ) -> & ' tcx UnordMap <String , Option <Symbol >> {
0 commit comments