@@ -368,10 +368,7 @@ error[E0539]: malformed `export_name` attribute input
368368 --> $DIR/malformed-attrs.rs:32:1
369369 |
370370LL | #[unsafe(export_name)]
371- | ^^^^^^^^^^^^^^^^^^^^^^
372- | |
373- | expected this to be of the form `export_name = "..."`
374- | help: must be of the form: `#[export_name = "name"]`
371+ | ^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[export_name = "name"]`
375372
376373error: `rustc_allow_const_fn_unstable` expects a list of feature names
377374 --> $DIR/malformed-attrs.rs:34:1
@@ -418,10 +415,7 @@ error[E0539]: malformed `rustc_macro_transparency` attribute input
418415 --> $DIR/malformed-attrs.rs:45:1
419416 |
420417LL | #[rustc_macro_transparency]
421- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
422- | |
423- | expected this to be of the form `rustc_macro_transparency = "..."`
424- | help: must be of the form: `#[rustc_macro_transparency = "transparent|semitransparent|opaque"]`
418+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[rustc_macro_transparency = "transparent|semitransparent|opaque"]`
425419
426420error[E0539]: malformed `repr` attribute input
427421 --> $DIR/malformed-attrs.rs:47:1
@@ -505,10 +499,7 @@ error[E0539]: malformed `export_name` attribute input
505499 --> $DIR/malformed-attrs.rs:68:1
506500 |
507501LL | #[export_name()]
508- | ^^^^^^^^^^^^^^^^
509- | |
510- | expected this to be of the form `export_name = "..."`
511- | help: must be of the form: `#[export_name = "name"]`
502+ | ^^^^^^^^^^^^^^^^ help: must be of the form: `#[export_name = "name"]`
512503
513504error[E0805]: malformed `used` attribute input
514505 --> $DIR/malformed-attrs.rs:70:1
@@ -530,10 +521,7 @@ error[E0539]: malformed `link_name` attribute input
530521 --> $DIR/malformed-attrs.rs:84:1
531522 |
532523LL | #[link_name]
533- | ^^^^^^^^^^^^
534- | |
535- | expected this to be of the form `link_name = "..."`
536- | help: must be of the form: `#[link_name = "name"]`
524+ | ^^^^^^^^^^^^ help: must be of the form: `#[link_name = "name"]`
537525
538526error[E0539]: malformed `must_use` attribute input
539527 --> $DIR/malformed-attrs.rs:117:1
0 commit comments