diff options
| author | Boxy <rust@boxyuwu.dev> | 2025-05-01 13:26:23 +0100 |
|---|---|---|
| committer | Boxy <rust@boxyuwu.dev> | 2025-05-01 20:05:02 +0100 |
| commit | 238d113b0726b9734ec42737cbc461d08520bf35 (patch) | |
| tree | 9de7a1b49d6267428d9e4b83af526ff8f933d567 /compiler/rustc_trait_selection/src/traits/mod.rs | |
| parent | 53e3907bcb5a4519a6558051476c3198aba2a12c (diff) | |
| download | rust-238d113b0726b9734ec42737cbc461d08520bf35.tar.gz rust-238d113b0726b9734ec42737cbc461d08520bf35.zip | |
Set groundwork for proper const normalization
Diffstat (limited to 'compiler/rustc_trait_selection/src/traits/mod.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/mod.rs b/compiler/rustc_trait_selection/src/traits/mod.rs index 0987c5b42d8..5b938456e03 100644 --- a/compiler/rustc_trait_selection/src/traits/mod.rs +++ b/compiler/rustc_trait_selection/src/traits/mod.rs @@ -51,7 +51,7 @@ pub use self::dyn_compatibility::{ pub use self::engine::{ObligationCtxt, TraitEngineExt}; pub use self::fulfill::{FulfillmentContext, OldSolverError, PendingPredicateObligation}; pub use self::normalize::NormalizeExt; -pub use self::project::{normalize_inherent_projection, normalize_projection_ty}; +pub use self::project::{normalize_inherent_projection, normalize_projection_term}; pub use self::select::{ EvaluationCache, EvaluationResult, IntercrateAmbiguityCause, OverflowError, SelectionCache, SelectionContext, |
