]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/assign-to-static-within-other-static-2.stderr
14dcc074639e536d743efbda6f4bf63398f1c95e
[rust.git] / src / test / ui / consts / const-eval / assign-to-static-within-other-static-2.stderr
1 error[E0019]: static contains unimplemented expression type
2   --> $DIR/assign-to-static-within-other-static-2.rs:16:5
3    |
4 LL |     *FOO.0.get() = 5;
5    |     ^^^^^^^^^^^^^^^^
6    |
7    = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0019`.