]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-err4.stderr
dc64737b22f5e87ca7ae4ecdc6c68ff63420c235
[rust.git] / src / test / ui / consts / const-err4.stderr
1 error[E0080]: could not evaluate enum discriminant
2   --> $DIR/const-err4.rs:18:11
3    |
4 LL |     Boo = [unsafe { Foo { b: () }.a }; 4][3],
5    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempted to read undefined bytes
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.