summary refs log tree commit diff
path: root/src/test/ui/huge-enum.stderr
blob: 8398c511b9f484e5e148bb2ec3018f05ed86d328 (plain)
1
2
3
4
5
6
7
8
error: the type `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