Skip to content

Fix some typos #2166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
typo, pause
  • Loading branch information
tshepang authored Dec 18, 2024
commit e45b0a57e75d3b4bff5ade5261dc8bbf20e2b979
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ fn test::{closure#0}(_upvar: &'?8 str) -> Opaque<'?6, '?7> {
// "hidden type captures lifetime that does not appear in bounds".
```

Without this restrictions error messages are confusing and, more importantly, there is a risk that
Without these restrictions, error messages are confusing and, more importantly, there is a risk that
we accept code that would likely break in the future because member constraints are super broken
in closures.

Expand Down
Loading