We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332e566 commit a65cd81Copy full SHA for a65cd81
posts/2025-01-09-Rust-1.84.0.md
@@ -54,7 +54,7 @@ component of Rust's type system. It is not only responsible for checking
54
whether trait-bounds - e.g. `Vec<T>: Clone` - hold, but is also used by many
55
other parts of the type system, such as normalization - figuring out the
56
underlying type of `<Vec<T> as IntoIterator>::Item` - and equating types
57
-(checking whether T and U are the same).
+(checking whether `T` and `U` are the same).
58
59
In 1.84, the new solver is used for checking coherence of trait impls. At a
60
high level, coherence is responsible for ensuring that there is at most one
0 commit comments