2019-04-10 16:40:12 -07:00
|
|
|
error[E0658]: repr with 128-bit type is unstable
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/E0658.rs:2:1
|
2018-02-07 19:35:35 -08:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | / enum Foo {
|
2018-03-17 21:08:32 -05:00
|
|
|
LL | | Bar(u64),
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
2018-02-07 19:35:35 -08:00
|
|
|
|
|
2020-01-16 11:58:28 +09:00
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/56071
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(repr128)]` to the crate attributes to enable
|
2018-02-07 19:35:35 -08:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-03-03 15:59:40 +01:00
|
|
|
For more information about this error, try `rustc --explain E0658`.
|