2019-09-01 12:09:59 -05:00
|
|
|
error[E0381]: use of possibly-uninitialized variable: `y`
|
2020-02-02 00:05:53 -06:00
|
|
|
--> $DIR/no-non-guaranteed-initialization.rs:9:5
|
2019-08-06 11:54:30 -05:00
|
|
|
|
|
|
|
|
LL | y
|
2019-09-01 12:09:59 -05:00
|
|
|
| ^ use of possibly-uninitialized `y`
|
2019-08-06 11:54:30 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0381`.
|