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

error: aborting due to previous error