--bless mod-static-with-const-fn.stderr

This commit is contained in:
Mazdak Farrokhzad 2018-10-23 04:59:13 +02:00
parent f65b630d33
commit 88da279e45

View File

@ -1,9 +1,3 @@
error[E0015]: calls in statics are limited to constant functions, tuple structs and tuple variants
--> $DIR/mod-static-with-const-fn.rs:27:6
|
LL | *FOO.0.get() = 5;
| ^^^^^^^^^^^
error[E0658]: statements in statics are unstable (see issue #48821)
--> $DIR/mod-static-with-const-fn.rs:27:5
|
@ -12,7 +6,6 @@ LL | *FOO.0.get() = 5;
|
= help: add #![feature(const_let)] to the crate attributes to enable
error: aborting due to 2 previous errors
error: aborting due to previous error
Some errors occurred: E0015, E0658.
For more information about an error, try `rustc --explain E0015`.
For more information about this error, try `rustc --explain E0658`.