blob: 27d1b41ed0b72ce6f209963811742841d2f12c25 [file] [log] [blame]
error[E0015]: calls in statics are limited to constant functions, tuple structs and tuple variants
--> $DIR/static-vec-repeat-not-constant.rs:13:25
|
LL | static a: [isize; 2] = [foo(); 2];
| ^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0015`.