@@ -374,10 +374,7 @@ error[E0539]: malformed `export_name` attribute input
374374 --> $DIR/malformed-attrs.rs:32:1
375375 |
376376LL | #[unsafe(export_name)]
377- | ^^^^^^^^^^^^^^^^^^^^^^
378- | |
379- | expected this to be of the form `export_name = "..."`
380- | help: must be of the form: `#[export_name = "name"]`
377+ | ^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[export_name = "name"]`
381378
382379error: `rustc_allow_const_fn_unstable` expects a list of feature names
383380 --> $DIR/malformed-attrs.rs:34:1
@@ -424,10 +421,7 @@ error[E0539]: malformed `rustc_macro_transparency` attribute input
424421 --> $DIR/malformed-attrs.rs:45:1
425422 |
426423LL | #[rustc_macro_transparency]
427- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
428- | |
429- | expected this to be of the form `rustc_macro_transparency = "..."`
430- | help: must be of the form: `#[rustc_macro_transparency = "transparent|semitransparent|opaque"]`
424+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[rustc_macro_transparency = "transparent|semitransparent|opaque"]`
431425
432426error[E0539]: malformed `repr` attribute input
433427 --> $DIR/malformed-attrs.rs:47:1
@@ -511,10 +505,7 @@ error[E0539]: malformed `export_name` attribute input
511505 --> $DIR/malformed-attrs.rs:68:1
512506 |
513507LL | #[export_name()]
514- | ^^^^^^^^^^^^^^^^
515- | |
516- | expected this to be of the form `export_name = "..."`
517- | help: must be of the form: `#[export_name = "name"]`
508+ | ^^^^^^^^^^^^^^^^ help: must be of the form: `#[export_name = "name"]`
518509
519510error[E0805]: malformed `used` attribute input
520511 --> $DIR/malformed-attrs.rs:70:1
0 commit comments