diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/generator/issue-88653.stderr | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/src/test/ui/generator/issue-88653.stderr b/src/test/ui/generator/issue-88653.stderr index a44e273f854..eaa90a8e60a 100644 --- a/src/test/ui/generator/issue-88653.stderr +++ b/src/test/ui/generator/issue-88653.stderr @@ -1,18 +1,11 @@ error[E0631]: type mismatch in generator arguments --> $DIR/issue-88653.rs:9:5 | -LL | |bar| { - | ^---- - | | - | _____found signature of `fn(bool) -> _` - | | -LL | | -LL | | -LL | | -... | -LL | | } -LL | | } - | |_____^ expected signature of `fn((bool,)) -> _` +LL | |bar| { + | ^^^^^ + | | + | expected signature of `fn((bool,)) -> _` + | found signature of `fn(bool) -> _` error: aborting due to previous error |
