summaryrefslogtreecommitdiffstats
path: root/src/test/ui/limits/huge-enum.stderr
blob: a1456e1a8ab0a7860d168eadf5d237b7e626144c (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:16:9
   |
LL |     let big: BIG = None;
   |         ^^^

error: aborting due to previous error