Skip to content

Commit a65cd81

Browse files
Update posts/2025-01-09-Rust-1.84.0.md
Co-authored-by: Jake Goulding <shepmaster@mac.com>
1 parent 332e566 commit a65cd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2025-01-09-Rust-1.84.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ component of Rust's type system. It is not only responsible for checking
5454
whether trait-bounds - e.g. `Vec<T>: Clone` - hold, but is also used by many
5555
other parts of the type system, such as normalization - figuring out the
5656
underlying type of `<Vec<T> as IntoIterator>::Item` - and equating types
57-
(checking whether T and U are the same).
57+
(checking whether `T` and `U` are the same).
5858

5959
In 1.84, the new solver is used for checking coherence of trait impls. At a
6060
high level, coherence is responsible for ensuring that there is at most one

0 commit comments

Comments
 (0)