diff options
Diffstat (limited to 'tests/ui/coroutine/layout-error.stderr')
| -rw-r--r-- | tests/ui/coroutine/layout-error.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coroutine/layout-error.stderr b/tests/ui/coroutine/layout-error.stderr index 91e35216435..f3b3843de89 100644 --- a/tests/ui/coroutine/layout-error.stderr +++ b/tests/ui/coroutine/layout-error.stderr @@ -1,5 +1,5 @@ error[E0425]: cannot find value `Foo` in this scope - --> $DIR/layout-error.rs:26:17 + --> $DIR/layout-error.rs:27:17 | LL | let a = Foo; | ^^^ not found in this scope |
