@@ -1655,6 +1655,7 @@ rustc_queries! {
1655
1655
NoSolution ,
1656
1656
> {
1657
1657
desc { "normalizing `{:?}`" , goal }
1658
+ remap_env_constness
1658
1659
}
1659
1660
1660
1661
// FIXME: Implement `normalize_generic_arg_after_erasing_regions` and
@@ -1701,6 +1702,7 @@ rustc_queries! {
1701
1702
NoSolution ,
1702
1703
> {
1703
1704
desc { "computing implied outlives bounds for `{:?}`" , goal }
1705
+ remap_env_constness
1704
1706
}
1705
1707
1706
1708
/// Do not call this query directly: invoke `infcx.at().dropck_outlives()` instead.
@@ -1711,6 +1713,7 @@ rustc_queries! {
1711
1713
NoSolution ,
1712
1714
> {
1713
1715
desc { "computing dropck types for `{:?}`" , goal }
1716
+ remap_env_constness
1714
1717
}
1715
1718
1716
1719
/// Do not call this query directly: invoke `infcx.predicate_may_hold()` or
@@ -1738,6 +1741,7 @@ rustc_queries! {
1738
1741
NoSolution ,
1739
1742
> {
1740
1743
desc { "evaluating `type_op_ascribe_user_type` `{:?}`" , goal }
1744
+ remap_env_constness
1741
1745
}
1742
1746
1743
1747
/// Do not call this query directly: part of the `Eq` type-op
@@ -1748,6 +1752,7 @@ rustc_queries! {
1748
1752
NoSolution ,
1749
1753
> {
1750
1754
desc { "evaluating `type_op_eq` `{:?}`" , goal }
1755
+ remap_env_constness
1751
1756
}
1752
1757
1753
1758
/// Do not call this query directly: part of the `Subtype` type-op
@@ -1758,6 +1763,7 @@ rustc_queries! {
1758
1763
NoSolution ,
1759
1764
> {
1760
1765
desc { "evaluating `type_op_subtype` `{:?}`" , goal }
1766
+ remap_env_constness
1761
1767
}
1762
1768
1763
1769
/// Do not call this query directly: part of the `ProvePredicate` type-op
@@ -1778,6 +1784,7 @@ rustc_queries! {
1778
1784
NoSolution ,
1779
1785
> {
1780
1786
desc { "normalizing `{:?}`" , goal }
1787
+ remap_env_constness
1781
1788
}
1782
1789
1783
1790
/// Do not call this query directly: part of the `Normalize` type-op
@@ -1788,6 +1795,7 @@ rustc_queries! {
1788
1795
NoSolution ,
1789
1796
> {
1790
1797
desc { "normalizing `{:?}`" , goal }
1798
+ remap_env_constness
1791
1799
}
1792
1800
1793
1801
/// Do not call this query directly: part of the `Normalize` type-op
@@ -1798,6 +1806,7 @@ rustc_queries! {
1798
1806
NoSolution ,
1799
1807
> {
1800
1808
desc { "normalizing `{:?}`" , goal }
1809
+ remap_env_constness
1801
1810
}
1802
1811
1803
1812
/// Do not call this query directly: part of the `Normalize` type-op
@@ -1808,6 +1817,7 @@ rustc_queries! {
1808
1817
NoSolution ,
1809
1818
> {
1810
1819
desc { "normalizing `{:?}`" , goal }
1820
+ remap_env_constness
1811
1821
}
1812
1822
1813
1823
query subst_and_check_impossible_predicates( key: ( DefId , SubstsRef <' tcx>) ) -> bool {
@@ -1821,6 +1831,7 @@ rustc_queries! {
1821
1831
goal: CanonicalTyGoal <' tcx>
1822
1832
) -> MethodAutoderefStepsResult <' tcx> {
1823
1833
desc { "computing autoderef types for `{:?}`" , goal }
1834
+ remap_env_constness
1824
1835
}
1825
1836
1826
1837
query supported_target_features( _: CrateNum ) -> FxHashMap <String , Option <Symbol >> {
0 commit comments