Skip to content

Commit ecfee50

Browse files
Update posts/2024-06-13-Rust-1.79.0.md
Co-authored-by: Kevin Reid <kpreid@switchb.org>
1 parent a9e7562 commit ecfee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-06-13-Rust-1.79.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ were not possible or imposed extra, unnecessary constraints on usage:
6666
* **Associated type item bounds** - This allows constraining the *nested* rigid projections that are associated with a trait's associated types. e.g. `trait Trait { type Assoc: Trait2<Assoc2: Copy>; }`.
6767
* **opaque item bounds (RPIT, TAIT)** - This allows constraining associated types that are associated with the opaque without having to *name* the opaque. For example, `impl Iterator<Item: Copy>` defines an iterator whose item is `Copy` without having to actually name that item bound.
6868

69-
See [stabilization report](https://github.com/rust-lang/rust/pull/122055/#issue-2170532454) for more details.
69+
See [the stabilization report](https://github.com/rust-lang/rust/pull/122055/#issue-2170532454) for more details.
7070

7171
### Extending automatic temporary lifetime extension
7272

0 commit comments

Comments
 (0)