]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/unix_sigpipe/unix_sigpipe-non-main-fn.stderr
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / attributes / unix_sigpipe / unix_sigpipe-non-main-fn.stderr
1 error: `unix_sigpipe` attribute can only be used on `fn main()`
2   --> $DIR/unix_sigpipe-non-main-fn.rs:3:1
3    |
4 LL | #[unix_sigpipe = "inherit"]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8