@@ -368,10 +368,7 @@ error[E0539]: malformed `export_name` attribute input
368
368
--> $DIR/malformed-attrs.rs:32:1
369
369
|
370
370
LL | #[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"]`
375
372
376
373
error: `rustc_allow_const_fn_unstable` expects a list of feature names
377
374
--> $DIR/malformed-attrs.rs:34:1
@@ -418,10 +415,7 @@ error[E0539]: malformed `rustc_macro_transparency` attribute input
418
415
--> $DIR/malformed-attrs.rs:45:1
419
416
|
420
417
LL | #[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"]`
425
419
426
420
error[E0539]: malformed `repr` attribute input
427
421
--> $DIR/malformed-attrs.rs:47:1
@@ -505,10 +499,7 @@ error[E0539]: malformed `export_name` attribute input
505
499
--> $DIR/malformed-attrs.rs:68:1
506
500
|
507
501
LL | #[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"]`
512
503
513
504
error[E0805]: malformed `used` attribute input
514
505
--> $DIR/malformed-attrs.rs:70:1
@@ -530,10 +521,7 @@ error[E0539]: malformed `link_name` attribute input
530
521
--> $DIR/malformed-attrs.rs:84:1
531
522
|
532
523
LL | #[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"]`
537
525
538
526
error[E0539]: malformed `must_use` attribute input
539
527
--> $DIR/malformed-attrs.rs:117:1
0 commit comments