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