Skip to content

Commit

Permalink
typo, pause
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Dec 18, 2024
1 parent 22ef886 commit 1bf21e3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 1bf21e3

Please sign in to comment.