blob: 30f68ba43722d92553e4d8bdb25a36e08b0eb0d2 [file] [log] [blame]
error[E0015]: calls in statics are limited to constant functions, tuple structs and tuple variants
--> $DIR/mir_check_nonconst.rs:8:19
|
LL | static foo: Foo = bar();
| ^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0015`.