]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0658.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0658.stderr
CommitLineData
0531ce1d 1error[E0658]: repr with 128-bit type is unstable (see issue #35118)
0731742a 2 --> $DIR/E0658.rs:2:1
2c00a5a8 3 |
532ac7d7 4LL | / enum Foo {
0531ce1d
XL
5LL | | Bar(u64),
6LL | | }
7 | |_^
2c00a5a8 8 |
0531ce1d 9 = help: add #![feature(repr128)] to the crate attributes to enable
2c00a5a8
XL
10
11error: aborting due to previous error
12
0531ce1d 13For more information about this error, try `rustc --explain E0658`.