]> git.proxmox.com Git - rustc.git/blame - vendor/thiserror/tests/ui/union.stderr
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / thiserror / tests / ui / union.stderr
CommitLineData
f20569fa
XL
1error: union as errors are not supported
2 --> $DIR/union.rs:4:1
3 |
44 | / pub union U {
55 | | msg: &'static str,
66 | | num: usize,
77 | | }
8 | |_^