typo, pause

This commit is contained in:
Tshepang Mbambo 2024-12-18 07:54:42 +02:00
parent 22ef886e13
commit 1bf21e3beb
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ fn test::{closure#0}(_upvar: &'?8 str) -> Opaque<'?6, '?7> {
// "hidden type captures lifetime that does not appear in bounds". // "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 we accept code that would likely break in the future because member constraints are super broken
in closures. in closures.