mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
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
|
|
|
|
|
LL | #![feature(repr128)]
|
|
| ^^^^^^^
|
|
|
|
|
= note: see issue #56071 <https://github.com/rust-lang/rust/issues/56071> for more information
|
|
= note: `#[warn(incomplete_features)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|