]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/union-const-eval-field.stderr
811450c8cba4757afc3b52765633e357a00aec7c
[rust.git] / src / test / ui / consts / const-eval / union-const-eval-field.stderr
1 error: this constant cannot be used
2   --> $DIR/union-const-eval-field.rs:37:5
3    |
4 LL |     const FIELD3: Field3 = unsafe { UNION.field3 }; //~ ERROR cannot be used
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempted to read undefined bytes
6    |
7    = note: #[deny(const_err)] on by default
8
9 error: aborting due to previous error
10