Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quizzes/async-05-traits-for-async.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async fn example(x: i32) -> i32 {
```
"""
context = """
The core problem addressed by pinning in self-reference, or a future which contains a pointer to itself.
The core problem addressed by pinning is self-reference, or a future which contains a pointer to itself.
This happens when an async block contains a local variable that refers to another local variable in the future.
Here, that would be `y = &x`.
"""
Expand Down