]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/unix_sigpipe/unix_sigpipe-list.stderr
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
[rust.git] / tests / ui / attributes / unix_sigpipe / unix_sigpipe-list.stderr
1 error: malformed `unix_sigpipe` attribute input
2   --> $DIR/unix_sigpipe-list.rs:3:1
3    |
4 LL | #[unix_sigpipe(inherit)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7 help: the following are the possible correct uses
8    |
9 LL | #[unix_sigpipe = "inherit|sig_ign|sig_dfl"]
10    | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11 LL | #[unix_sigpipe]
12    | ~~~~~~~~~~~~~~~
13
14 error: aborting due to previous error
15