1
Fork 0
rust/src/test/ui/consts/const-eval/union-const-eval-field.stderr

11 lines
365 B
Text
Raw Normal View History

error: any use of this value will cause an error
2018-06-04 18:32:06 +02:00
--> $DIR/union-const-eval-field.rs:37:5
|
LL | const FIELD3: Field3 = unsafe { UNION.field3 }; //~ ERROR any use of this value
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempted to read undefined bytes
2018-06-04 18:32:06 +02:00
|
= note: #[deny(const_err)] on by default
2018-06-04 18:32:06 +02:00
error: aborting due to previous error
2018-06-04 18:32:06 +02:00