]> git.lizzy.rs Git - rust.git/blob - src/test/ui/enum-discriminant/issue-43398.stderr
Auto merge of #101030 - woppopo:const_location, r=scottmcm
[rust.git] / src / test / ui / enum-discriminant / issue-43398.stderr
1 warning: the feature `repr128` is incomplete and may not be safe to use and/or cause compiler crashes
2   --> $DIR/issue-43398.rs:4: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