
Remove `Word` from the `unix_sigpipe` attribute template so that plain `#[unix_sigpipe]` is not included in suggestions of valid forms of the attribute. Also re-arrange diagnostics code slightly to avoid duplicate diagnostics.
8 lines
264 B
Text
8 lines
264 B
Text
error: malformed `unix_sigpipe` attribute input
|
|
--> $DIR/unix_sigpipe-list.rs:3:1
|
|
|
|
|
LL | #[unix_sigpipe(inherit)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unix_sigpipe = "inherit|sig_ign|sig_dfl"]`
|
|
|
|
error: aborting due to 1 previous error
|
|
|