summary refs log tree commit diff
path: root/src/test/ui/mir_check_nonconst.stderr
blob: 1fddaf30576c529b37ca682774072d00e6ed7efb (plain)
1
2
3
4
5
6
7
8
9
error[E0015]: calls in statics are limited to constant functions, tuple structs and tuple variants
  --> $DIR/mir_check_nonconst.rs:18:19
   |
LL | static foo: Foo = bar();
   |                   ^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0015`.