summary refs log tree commit diff
path: root/src/test/ui/huge-enum.stderr
blob: 1f16c81a8f45ecac7a58611d36fdd22ba2f694fa (plain)
1
2
3
4
5
6
7
8
error: the type `TYPE` is too big for the current architecture
  --> $DIR/huge-enum.rs:15:9
   |
LL |     let big: BIG = None;
   |         ^^^

error: aborting due to previous error