address review
This commit is contained in:
parent
84bcd40927
commit
4d9a0bf21b
3 changed files with 10 additions and 1 deletions
|
@ -1644,6 +1644,11 @@ rustc_queries! {
|
|||
desc { "normalizing `{:?}`", goal }
|
||||
}
|
||||
|
||||
// FIXME: Implement `normalize_generic_arg_after_erasing_regions` and
|
||||
// `normalize_mir_const_after_erasing_regions` in terms of
|
||||
// `try_normalize_generic_arg_after_erasing_regions` and
|
||||
// `try_normalize_mir_const_after_erasing_regions`, respectively.
|
||||
|
||||
/// Do not call this query directly: invoke `normalize_erasing_regions` instead.
|
||||
query normalize_generic_arg_after_erasing_regions(
|
||||
goal: ParamEnvAnd<'tcx, GenericArg<'tcx>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue