rust/tests/ui/enum-discriminant/repr128.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
408 B
Plaintext
Raw Normal View History

warning: the feature `repr128` is incomplete and may not be safe to use and/or cause compiler crashes
--> $DIR/repr128.rs:2:12
|
LL | #![feature(repr128, core_intrinsics, discriminant_kind)]
| ^^^^^^^
|
= note: see issue #56071 <https://github.com/rust-lang/rust/issues/56071> for more information
2022-09-18 15:55:36 +00:00
= note: `#[warn(incomplete_features)]` on by default
warning: 1 warning emitted