From 0c7672a5322ad9de365e383b4f6235a9a6dce5aa Mon Sep 17 00:00:00 2001 From: lcnr Date: Mon, 5 Feb 2024 13:45:01 +0100 Subject: [PATCH] remove outdated comment --- compiler/rustc_trait_selection/src/traits/normalize.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_trait_selection/src/traits/normalize.rs b/compiler/rustc_trait_selection/src/traits/normalize.rs index 0df6f36f115b3..ac62f875fb910 100644 --- a/compiler/rustc_trait_selection/src/traits/normalize.rs +++ b/compiler/rustc_trait_selection/src/traits/normalize.rs @@ -31,7 +31,7 @@ impl<'tcx> At<'_, 'tcx> { /// Deeply normalizes `value`, replacing all aliases which can by normalized in /// the current environment. In the new solver this errors in case normalization - /// fails or is ambiguous. This only normalizes opaque types with `Reveal::All`. + /// fails or is ambiguous. /// /// In the old solver this simply uses `normalizes` and adds the nested obligations /// to the `fulfill_cx`. This is necessary as we otherwise end up recomputing the