]> git.proxmox.com Git - rustc.git/blame - tests/ui/attributes/unix_sigpipe/unix_sigpipe-struct.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / attributes / unix_sigpipe / unix_sigpipe-struct.stderr
CommitLineData
f2b60f7d
FG
1error: `unix_sigpipe` attribute can only be used on `fn main()`
2 --> $DIR/unix_sigpipe-struct.rs:3:1
3 |
4LL | #[unix_sigpipe = "inherit"]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
4b012472 7error: aborting due to 1 previous error
f2b60f7d 8