2023-01-06 23:37:40 -06:00
|
|
|
error[E0013]: constants cannot refer to statics
|
|
|
|
--> $DIR/E0013.rs:2:16
|
|
|
|
|
|
|
|
|
LL | const Y: i32 = X;
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= help: consider extracting the value of the `static` to a `const`, and referring to that
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-01-06 23:37:40 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0013`.
|