Files
rust/tests/ui/coroutine/layout-error.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
275 B
Plaintext
Raw Normal View History

error[E0425]: cannot find value `Foo` in this scope
2025-07-25 23:07:20 +00:00
--> $DIR/layout-error.rs:27:17
|
LL | let a = Foo;
| ^^^ not found in this scope
2025-07-26 21:46:20 +00:00
error: aborting due to 1 previous error
2025-07-26 21:46:20 +00:00
For more information about this error, try `rustc --explain E0425`.