summary refs log tree commit diff
path: root/src/test/ui/consts/const-err4.stderr
blob: dc64737b22f5e87ca7ae4ecdc6c68ff63420c235 (plain)
1
2
3
4
5
6
7
8
9
error[E0080]: could not evaluate enum discriminant
  --> $DIR/const-err4.rs:18:11
   |
LL |     Boo = [unsafe { Foo { b: () }.a }; 4][3],
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempted to read undefined bytes

error: aborting due to previous error

For more information about this error, try `rustc --explain E0080`.