rust/tests/ui/consts/const-err4.64bit.stderr

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

10 lines
358 B
Plaintext
Raw Normal View History

error[E0080]: evaluation of constant value failed
--> $DIR/const-err4.rs:9:21
2018-08-08 12:28:26 +00:00
|
LL | Boo = [unsafe { Foo { b: () }.a }; 4][3],
| ^^^^^^^^^^^^^^^ using uninitialized data, but this operation requires initialized memory
2018-08-08 12:28:26 +00:00
error: aborting due to previous error
For more information about this error, try `rustc --explain E0080`.