about summary refs log tree commit diff
path: root/tests/ui/attributes/unix_sigpipe/unix_sigpipe-struct.stderr
blob: a8fc51bdbc43004755721bf096675620865a675a (plain)
1
2
3
4
5
6
7
8
error: `unix_sigpipe` attribute can only be used on `fn main()`
  --> $DIR/unix_sigpipe-struct.rs:3:1
   |
LL | #[unix_sigpipe = "sig_dfl"]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error