rust/src/test/ui/async-await/no-non-guaranteed-initialization.stderr

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

10 lines
278 B
Plaintext
Raw Normal View History

error[E0381]: use of possibly-uninitialized variable: `y`
--> $DIR/no-non-guaranteed-initialization.rs:9:5
|
LL | y
| ^ use of possibly-uninitialized `y`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0381`.