2020-10-03 08:47:28 -05:00
|
|
|
warning: the feature `repr128` is incomplete and may not be safe to use and/or cause compiler crashes
|
|
|
|
--> $DIR/issue-70509-partial_eq.rs:2:12
|
|
|
|
|
|
2022-04-05 20:21:10 -05:00
|
|
|
LL | #![feature(repr128)]
|
2020-10-03 08:47:28 -05:00
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
= note: see issue #56071 <https://github.com/rust-lang/rust/issues/56071> for more information
|
2022-09-18 10:55:36 -05:00
|
|
|
= note: `#[warn(incomplete_features)]` on by default
|
2020-10-03 08:47:28 -05:00
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|