Rename normalize_opaque_types to reveal_opaque_types_in_bounds

This commit is contained in:
Michael Goulet
2022-11-25 19:30:37 +00:00
parent 051cab2b84
commit 6b63d6c918
3 changed files with 6 additions and 6 deletions

View File

@@ -2077,8 +2077,8 @@ rustc_queries! {
remap_env_constness
}
query normalize_opaque_types(key: &'tcx ty::List<ty::Predicate<'tcx>>) -> &'tcx ty::List<ty::Predicate<'tcx>> {
desc { "normalizing opaque types in `{:?}`", key }
query reveal_opaque_types_in_bounds(key: &'tcx ty::List<ty::Predicate<'tcx>>) -> &'tcx ty::List<ty::Predicate<'tcx>> {
desc { "revealing opaque types in `{:?}`", key }
}
query limits(key: ()) -> Limits {