summaryrefslogtreecommitdiffstats
path: root/tests/ui/limits/huge-enum.stderr
blob: fcd40607af461205d1f9403392b6bc1da92ccf5d (plain)
1
2
3
4
5
6
7
8
error: values of the type `Option<TYPE>` are too big for the current architecture
  --> $DIR/huge-enum.rs:12:9
   |
LL |     let big: BIG = None;
   |         ^^^

error: aborting due to 1 previous error