remove outdated comment
This commit is contained in:
parent
9771fb08b6
commit
0c7672a532
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ impl<'tcx> At<'_, 'tcx> {
|
||||||
|
|
||||||
/// Deeply normalizes `value`, replacing all aliases which can by normalized in
|
/// Deeply normalizes `value`, replacing all aliases which can by normalized in
|
||||||
/// the current environment. In the new solver this errors in case normalization
|
/// 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
|
/// 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
|
/// to the `fulfill_cx`. This is necessary as we otherwise end up recomputing the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue