Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
test
/
ui
/
consts
/
const-eval
/
assign-to-static-within-other-static.stderr
blob: 02b72765b377eac04c9804fd50b6a1210ed72ddb [
file
] [
log
] [
blame
]
error
:
cannot mutate statics
in
the initializer of another
static
-->
$DIR
/
assign
-
to
-
static
-
within
-
other
-
static
.
rs
:
10
:
5
|
LL
|
FOO
=
5
;
|
^^^^^^^
error
:
aborting due to previous error