]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/mod-static-with-const-fn.stderr
--bless mod-static-with-const-fn.stderr
[rust.git] / src / test / ui / consts / const-eval / mod-static-with-const-fn.stderr
1 error[E0658]: statements in statics are unstable (see issue #48821)
2   --> $DIR/mod-static-with-const-fn.rs:27:5
3    |
4 LL |     *FOO.0.get() = 5;
5    |     ^^^^^^^^^^^^^^^^
6    |
7    = help: add #![feature(const_let)] 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 E0658`.