Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
error-codes
/
E0013.rs
blob: 9b3982a785b7fa845ae277cea8029adbfb44f5f0 [
file
] [
log
] [
blame
]
static
X
:
i32
=
42
;
const
Y
:
i32
=
X
;
//~ ERROR constants cannot refer to statics [E0013]
fn
main
()
{}