File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1871,14 +1871,6 @@ rustc_queries! {
1871
1871
remap_env_constness
1872
1872
}
1873
1873
1874
- /// Do not call this query directly: invoke `try_normalize_erasing_regions` instead.
1875
- query try_normalize_mir_const_after_erasing_regions(
1876
- goal: ParamEnvAnd <' tcx, mir:: ConstantKind <' tcx>>
1877
- ) -> Result <mir:: ConstantKind <' tcx>, NoSolution > {
1878
- desc { "normalizing `{}`" , goal. value }
1879
- remap_env_constness
1880
- }
1881
-
1882
1874
query implied_outlives_bounds(
1883
1875
goal: CanonicalTyGoal <' tcx>
1884
1876
) -> Result <
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ pub(crate) fn provide(p: &mut Providers) {
18
18
19
19
try_normalize_after_erasing_regions ( tcx, goal)
20
20
} ,
21
- try_normalize_mir_const_after_erasing_regions : |tcx, goal| {
22
- try_normalize_after_erasing_regions ( tcx, goal)
23
- } ,
24
21
..* p
25
22
} ;
26
23
}
You can’t perform that action at this time.
0 commit comments