File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_middle/src/query Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1662,14 +1662,14 @@ rustc_queries! {
1662
1662
query try_normalize_generic_arg_after_erasing_regions(
1663
1663
goal: ParamEnvAnd <' tcx, GenericArg <' tcx>>
1664
1664
) -> Result <GenericArg <' tcx>, NoSolution > {
1665
- desc { "trying to normalize `{}`" , goal. value }
1665
+ desc { "normalizing `{}`" , goal. value }
1666
1666
}
1667
1667
1668
1668
/// Do not call this query directly: invoke `try_normalize_erasing_regions` instead.
1669
1669
query try_normalize_mir_const_after_erasing_regions(
1670
1670
goal: ParamEnvAnd <' tcx, mir:: ConstantKind <' tcx>>
1671
1671
) -> Result <mir:: ConstantKind <' tcx>, NoSolution > {
1672
- desc { "trying to normalize `{}`" , goal. value }
1672
+ desc { "normalizing `{}`" , goal. value }
1673
1673
}
1674
1674
1675
1675
query implied_outlives_bounds(
You can’t perform that action at this time.
0 commit comments