@@ -1655,6 +1655,7 @@ rustc_queries! {
16551655 NoSolution ,
16561656 > {
16571657 desc { "normalizing `{:?}`" , goal }
1658+ remap_env_constness
16581659 }
16591660
16601661 // FIXME: Implement `normalize_generic_arg_after_erasing_regions` and
@@ -1701,6 +1702,7 @@ rustc_queries! {
17011702 NoSolution ,
17021703 > {
17031704 desc { "computing implied outlives bounds for `{:?}`" , goal }
1705+ remap_env_constness
17041706 }
17051707
17061708 /// Do not call this query directly: invoke `infcx.at().dropck_outlives()` instead.
@@ -1711,6 +1713,7 @@ rustc_queries! {
17111713 NoSolution ,
17121714 > {
17131715 desc { "computing dropck types for `{:?}`" , goal }
1716+ remap_env_constness
17141717 }
17151718
17161719 /// Do not call this query directly: invoke `infcx.predicate_may_hold()` or
@@ -1738,6 +1741,7 @@ rustc_queries! {
17381741 NoSolution ,
17391742 > {
17401743 desc { "evaluating `type_op_ascribe_user_type` `{:?}`" , goal }
1744+ remap_env_constness
17411745 }
17421746
17431747 /// Do not call this query directly: part of the `Eq` type-op
@@ -1748,6 +1752,7 @@ rustc_queries! {
17481752 NoSolution ,
17491753 > {
17501754 desc { "evaluating `type_op_eq` `{:?}`" , goal }
1755+ remap_env_constness
17511756 }
17521757
17531758 /// Do not call this query directly: part of the `Subtype` type-op
@@ -1758,6 +1763,7 @@ rustc_queries! {
17581763 NoSolution ,
17591764 > {
17601765 desc { "evaluating `type_op_subtype` `{:?}`" , goal }
1766+ remap_env_constness
17611767 }
17621768
17631769 /// Do not call this query directly: part of the `ProvePredicate` type-op
@@ -1778,6 +1784,7 @@ rustc_queries! {
17781784 NoSolution ,
17791785 > {
17801786 desc { "normalizing `{:?}`" , goal }
1787+ remap_env_constness
17811788 }
17821789
17831790 /// Do not call this query directly: part of the `Normalize` type-op
@@ -1788,6 +1795,7 @@ rustc_queries! {
17881795 NoSolution ,
17891796 > {
17901797 desc { "normalizing `{:?}`" , goal }
1798+ remap_env_constness
17911799 }
17921800
17931801 /// Do not call this query directly: part of the `Normalize` type-op
@@ -1798,6 +1806,7 @@ rustc_queries! {
17981806 NoSolution ,
17991807 > {
18001808 desc { "normalizing `{:?}`" , goal }
1809+ remap_env_constness
18011810 }
18021811
18031812 /// Do not call this query directly: part of the `Normalize` type-op
@@ -1808,6 +1817,7 @@ rustc_queries! {
18081817 NoSolution ,
18091818 > {
18101819 desc { "normalizing `{:?}`" , goal }
1820+ remap_env_constness
18111821 }
18121822
18131823 query subst_and_check_impossible_predicates( key: ( DefId , SubstsRef <' tcx>) ) -> bool {
@@ -1821,6 +1831,7 @@ rustc_queries! {
18211831 goal: CanonicalTyGoal <' tcx>
18221832 ) -> MethodAutoderefStepsResult <' tcx> {
18231833 desc { "computing autoderef types for `{:?}`" , goal }
1834+ remap_env_constness
18241835 }
18251836
18261837 query supported_target_features( _: CrateNum ) -> FxHashMap <String , Option <Symbol >> {
0 commit comments