File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
src/test/ui/consts/const-eval Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
- error[E0015]: calls in statics are limited to constant functions, tuple structs and tuple variants
2
- --> $DIR/mod-static-with-const-fn.rs:27:6
3
- |
4
- LL | *FOO.0.get() = 5;
5
- | ^^^^^^^^^^^
6
-
7
1
error[E0658]: statements in statics are unstable (see issue #48821)
8
2
--> $DIR/mod-static-with-const-fn.rs:27:5
9
3
|
@@ -12,7 +6,6 @@ LL | *FOO.0.get() = 5;
12
6
|
13
7
= help: add #![feature(const_let)] to the crate attributes to enable
14
8
15
- error: aborting due to 2 previous errors
9
+ error: aborting due to previous error
16
10
17
- Some errors occurred: E0015, E0658.
18
- For more information about an error, try `rustc --explain E0015`.
11
+ For more information about this error, try `rustc --explain E0658`.
You can’t perform that action at this time.
0 commit comments