Skip to content

Commit 0c7672a

Browse files
committed
remove outdated comment
1 parent 9771fb0 commit 0c7672a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/traits/normalize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl<'tcx> At<'_, 'tcx> {
3131

3232
/// Deeply normalizes `value`, replacing all aliases which can by normalized in
3333
/// the current environment. In the new solver this errors in case normalization
34-
/// fails or is ambiguous. This only normalizes opaque types with `Reveal::All`.
34+
/// fails or is ambiguous.
3535
///
3636
/// In the old solver this simply uses `normalizes` and adds the nested obligations
3737
/// to the `fulfill_cx`. This is necessary as we otherwise end up recomputing the

0 commit comments

Comments
 (0)