Skip to content

Commit 0b8770c

Browse files
committed
remove outdated comment
1 parent 3944be5 commit 0b8770c

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
@@ -21,7 +21,7 @@ pub trait NormalizeExt<'tcx> {
2121

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

0 commit comments

Comments
 (0)