]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/feature-gate-const_fn_union.stderr
Rollup merge of #67637 - Mark-Simulacrum:primitive-mod, r=dtolnay
[rust.git] / src / test / ui / consts / const-eval / feature-gate-const_fn_union.stderr
1 error[E0658]: unions in const fn are unstable
2   --> $DIR/feature-gate-const_fn_union.rs:12:5
3    |
4 LL |     Foo { u }.i
5    |     ^^^^^^^^^^^
6    |
7    = note: see issue #51909 <https://github.com/rust-lang/rust/issues/51909> for more information
8    = help: add `#![feature(const_fn_union)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.