summaryrefslogtreecommitdiffstats
path: root/src/test/ui/enum-discriminant/issue-70509-partial_eq.stderr
blob: 5bf6ea56ebc77867854cbb5ce4fe42ed91b8591e (plain)
1
2
3
4
5
6
7
8
9
10
11
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, arbitrary_enum_discriminant)]
   |            ^^^^^^^
   |
   = note: `#[warn(incomplete_features)]` on by default
   = note: see issue #56071 <https://github.com/rust-lang/rust/issues/56071> for more information

warning: 1 warning emitted