about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/coherence/orphan.rs
diff options
context:
space:
mode:
authorBoxy <rust@boxyuwu.dev>2025-01-21 11:22:30 +0000
committerBoxy <rust@boxyuwu.dev>2025-01-22 07:04:53 +0000
commitb99f59bbd6aef042389af66a542612b6d44b7912 (patch)
tree47e4cc764d15669c9c763a3a9159932923f0b32c /compiler/rustc_hir_analysis/src/coherence/orphan.rs
parent513bfaa8bcfd1ef801fb29251f834cc8e22cbad6 (diff)
downloadrust-b99f59bbd6aef042389af66a542612b6d44b7912.tar.gz
rust-b99f59bbd6aef042389af66a542612b6d44b7912.zip
Rename `structurally_normalize` to `structurally_normalize_ty`
Diffstat (limited to 'compiler/rustc_hir_analysis/src/coherence/orphan.rs')
-rw-r--r--compiler/rustc_hir_analysis/src/coherence/orphan.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/src/coherence/orphan.rs b/compiler/rustc_hir_analysis/src/coherence/orphan.rs
index 7d651155781..d17ee86ba66 100644
--- a/compiler/rustc_hir_analysis/src/coherence/orphan.rs
+++ b/compiler/rustc_hir_analysis/src/coherence/orphan.rs
@@ -320,7 +320,7 @@ fn orphan_check<'tcx>(
         }
 
         let ty = if infcx.next_trait_solver() {
-            ocx.structurally_normalize(
+            ocx.structurally_normalize_ty(
                 &cause,
                 ty::ParamEnv::empty(),
                 infcx.resolve_vars_if_possible(ty),