]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/mir_check_nonconst.stderr
Merge branch 'debian/sid' into debian/experimental
[rustc.git] / src / test / ui / consts / mir_check_nonconst.stderr
CommitLineData
83c7162d 1error[E0015]: calls in statics are limited to constant functions, tuple structs and tuple variants
0731742a 2 --> $DIR/mir_check_nonconst.rs:8:19
83c7162d
XL
3 |
4LL | static foo: Foo = bar();
5 | ^^^^^
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0015`.