]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/huge-enum.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / huge-enum.stderr
index 8398c511b9f484e5e148bb2ec3018f05ed86d328..a069c37b80a21e6fd7d3c2fb73994371b32172d4 100644 (file)
@@ -1,4 +1,4 @@
-error: the type `TYPE` is too big for the current architecture
+error: the type `Option<TYPE>` is too big for the current architecture
   --> $DIR/huge-enum.rs:16:9
    |
 LL |     let big: BIG = None;