]> git.lizzy.rs Git - rust.git/blob - src/test/ui/enum-discriminant/issue-70509-partial_eq.stderr
Auto merge of #102935 - ajtribick:display-float-0.5-fixed-0, r=scottmcm
[rust.git] / src / test / ui / enum-discriminant / issue-70509-partial_eq.stderr
1 warning: the feature `repr128` is incomplete and may not be safe to use and/or cause compiler crashes
2   --> $DIR/issue-70509-partial_eq.rs:2:12
3    |
4 LL | #![feature(repr128)]
5    |            ^^^^^^^
6    |
7    = note: see issue #56071 <https://github.com/rust-lang/rust/issues/56071> for more information
8    = note: `#[warn(incomplete_features)]` on by default
9
10 warning: 1 warning emitted
11