mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
fix typo
This commit is contained in:
parent
48316dfea1
commit
1405ce35ac
@ -16,7 +16,7 @@ impl<'a, 'tcx> CombineFields<'a, 'tcx> {
|
|||||||
///
|
///
|
||||||
/// This is implemented by first entering a new universe.
|
/// This is implemented by first entering a new universe.
|
||||||
/// We then replace all bound variables in `sup` with placeholders,
|
/// We then replace all bound variables in `sup` with placeholders,
|
||||||
/// and all bound variables in `sup` with inference vars.
|
/// and all bound variables in `sub` with inference vars.
|
||||||
/// We can then just relate the two resulting types as normal.
|
/// We can then just relate the two resulting types as normal.
|
||||||
///
|
///
|
||||||
/// Note: this is a subtle algorithm. For a full explanation, please see
|
/// Note: this is a subtle algorithm. For a full explanation, please see
|
||||||
|
Loading…
Reference in New Issue
Block a user