]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mir_check_nonconst.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / mir_check_nonconst.stderr
1 error[E0015]: calls in statics are limited to constant functions, tuple structs and tuple variants
2   --> $DIR/mir_check_nonconst.rs:18:19
3    |
4 LL | static foo: Foo = bar();
5    |                   ^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0015`.