blob: a1fb4d6787cef657fa300be49aea94cc3c2a7b9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
  | 
error: `unix_sigpipe` attribute cannot be used at crate level
  --> $DIR/unix_sigpipe-crate.rs:2:1
   |
LL | #![unix_sigpipe = "inherit"]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: perhaps you meant to use an outer attribute
   |
LL | #[unix_sigpipe = "inherit"]
   | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
  
  |