]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/issue-32829.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / consts / issue-32829.stderr
CommitLineData
48663c56 1error[E0658]: panicking in statics is unstable
0731742a 2 --> $DIR/issue-32829.rs:1:22
8faf50e0
XL
3 |
4LL | static S : u64 = { { panic!("foo"); 0 } };
5 | ^^^^^^^^^^^^^^
6 |
74b04a01 7 = note: see issue #51999 <https://github.com/rust-lang/rust/issues/51999> for more information
416331ca 8 = help: add `#![feature(const_panic)]` to the crate attributes to enable
74b04a01 9 = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
8faf50e0
XL
10
11error: aborting due to previous error
12
b7449926 13For more information about this error, try `rustc --explain E0658`.