2022-04-26 11:59:45 +01:00
|
|
|
error: label without `#[primary_span]` field
|
|
|
|
--> $DIR/subdiagnostic-derive.rs:47:1
|
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | / #[label(parser_add_paren)]
|
2022-04-26 11:59:45 +01:00
|
|
|
LL | |
|
|
|
|
LL | | struct C {
|
|
|
|
LL | | var: String,
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
2022-09-12 20:44:28 +02:00
|
|
|
error: diagnostic slug must be first argument of a `#[label(...)]` attribute
|
2022-04-26 11:59:45 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:54:1
|
|
|
|
|
|
|
|
|
LL | #[label]
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[foo]` is not a valid attribute
|
2022-04-26 11:59:45 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:63:1
|
|
|
|
|
|
|
|
|
LL | #[foo]
|
|
|
|
| ^^^^^^
|
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[label = ...]` is not a valid attribute
|
2022-04-26 11:59:45 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:73:1
|
|
|
|
|
|
|
|
|
LL | #[label = "..."]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[label(bug = ...)]` is not a valid attribute
|
2022-04-26 11:59:45 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:82:9
|
|
|
|
|
|
|
|
|
LL | #[label(bug = "...")]
|
|
|
|
| ^^^^^^^^^^^
|
2022-09-12 20:44:28 +02:00
|
|
|
|
|
|
|
error: diagnostic slug must be first argument of a `#[label(...)]` attribute
|
|
|
|
--> $DIR/subdiagnostic-derive.rs:82:1
|
2022-04-27 04:06:13 +01:00
|
|
|
|
|
2022-09-12 20:44:28 +02:00
|
|
|
LL | #[label(bug = "...")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2022-04-26 11:59:45 +01:00
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[label("...")]` is not a valid attribute
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:92:9
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[label("...")]
|
2022-04-27 04:06:13 +01:00
|
|
|
| ^^^^^
|
2022-09-12 20:44:28 +02:00
|
|
|
|
|
|
|
error: diagnostic slug must be first argument of a `#[label(...)]` attribute
|
|
|
|
--> $DIR/subdiagnostic-derive.rs:92:1
|
2022-06-23 16:12:52 +01:00
|
|
|
|
|
2022-09-12 20:44:28 +02:00
|
|
|
LL | #[label("...")]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
2022-04-26 11:59:45 +01:00
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[label(slug = ...)]` is not a valid attribute
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:102:9
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[label(slug = 4)]
|
|
|
|
| ^^^^^^^^
|
2022-09-12 20:44:28 +02:00
|
|
|
|
|
|
|
error: diagnostic slug must be first argument of a `#[label(...)]` attribute
|
|
|
|
--> $DIR/subdiagnostic-derive.rs:102:1
|
2022-06-23 16:12:52 +01:00
|
|
|
|
|
2022-09-12 20:44:28 +02:00
|
|
|
LL | #[label(slug = 4)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
2022-04-26 11:59:45 +01:00
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[label(slug(...))]` is not a valid attribute
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:112:9
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[label(slug("..."))]
|
|
|
|
| ^^^^^^^^^^^
|
2022-09-12 20:44:28 +02:00
|
|
|
|
|
|
|
error: diagnostic slug must be first argument of a `#[label(...)]` attribute
|
|
|
|
--> $DIR/subdiagnostic-derive.rs:112:1
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
2022-09-12 20:44:28 +02:00
|
|
|
LL | #[label(slug("..."))]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2022-04-26 11:59:45 +01:00
|
|
|
|
2022-06-23 16:12:52 +01:00
|
|
|
error: diagnostic slug must be first argument of a `#[label(...)]` attribute
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:132:1
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[label()]
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
2022-09-12 20:44:28 +02:00
|
|
|
error: `#[label(code = ...)]` is not a valid attribute
|
2022-10-22 11:08:09 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:141:27
|
2022-06-23 16:12:52 +01:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | #[label(parser_add_paren, code = "...")]
|
|
|
|
| ^^^^^^^^^^^^
|
2022-06-23 16:12:52 +01:00
|
|
|
|
2022-09-12 20:44:28 +02:00
|
|
|
error: `#[label(applicability = ...)]` is not a valid attribute
|
2022-10-22 11:08:09 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:150:27
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | #[label(parser_add_paren, applicability = "machine-applicable")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
error: unsupported type attribute for subdiagnostic enum
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:159:1
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[foo]
|
|
|
|
| ^^^^^^
|
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[bar]` is not a valid attribute
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:173:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar]
|
|
|
|
| ^^^^^^
|
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[bar = ...]` is not a valid attribute
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:185:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar = "..."]
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[bar = ...]` is not a valid attribute
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:197:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar = 4]
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
error: `#[bar(...)]` is not a valid attribute
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:209:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar("...")]
|
2022-09-01 19:42:49 +02:00
|
|
|
| ^^^^^^^^^^^^^
|
2022-04-26 11:59:45 +01:00
|
|
|
|
2022-09-12 20:44:28 +02:00
|
|
|
error: `#[label(code = ...)]` is not a valid attribute
|
|
|
|
--> $DIR/subdiagnostic-derive.rs:221:13
|
|
|
|
|
|
|
|
|
LL | #[label(code = "...")]
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
2022-06-23 16:12:52 +01:00
|
|
|
error: diagnostic slug must be first argument of a `#[label(...)]` attribute
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:221:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[label(code = "...")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-07-11 17:15:31 +01:00
|
|
|
error: the `#[primary_span]` attribute can only be applied to fields of type `Span` or `MultiSpan`
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:250:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[primary_span]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: label without `#[primary_span]` field
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:247:1
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | / #[label(parser_add_paren)]
|
2022-04-26 11:59:45 +01:00
|
|
|
LL | |
|
2022-06-23 16:12:52 +01:00
|
|
|
LL | | struct W {
|
2022-04-26 11:59:45 +01:00
|
|
|
LL | | #[primary_span]
|
|
|
|
LL | |
|
|
|
|
LL | | span: String,
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error: `#[applicability]` is only valid on suggestions
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:260:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[applicability]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[bar]` is not a valid attribute
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:270:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar]
|
|
|
|
| ^^^^^^
|
2022-04-27 04:06:13 +01:00
|
|
|
|
|
|
|
|
= help: only `primary_span`, `applicability` and `skip_arg` are valid field attributes
|
2022-04-26 11:59:45 +01:00
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[bar = ...]` is not a valid attribute
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:281:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar = "..."]
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
2022-04-27 04:06:13 +01:00
|
|
|
error: `#[bar(...)]` is not a valid attribute
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:292:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar("...")]
|
|
|
|
| ^^^^^^^^^^^^^
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
= help: only `primary_span`, `applicability` and `skip_arg` are valid field attributes
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
error: unexpected unsupported untagged union
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:308:1
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
2022-06-23 16:12:52 +01:00
|
|
|
LL | / union AC {
|
2022-04-26 11:59:45 +01:00
|
|
|
LL | |
|
|
|
|
LL | | span: u32,
|
|
|
|
LL | | b: u64
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
error: `#[label(parser_add_paren)]` is not a valid attribute
|
|
|
|
--> $DIR/subdiagnostic-derive.rs:323:27
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | #[label(parser_add_paren, parser_add_paren)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
2022-06-23 16:12:52 +01:00
|
|
|
= help: a diagnostic slug must be the first argument to the attribute
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
error: specified multiple times
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:336:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[primary_span]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: previously specified here
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:333:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[primary_span]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: subdiagnostic kind not specified
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:342:8
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
2022-06-23 16:12:52 +01:00
|
|
|
LL | struct AG {
|
2022-04-26 11:59:45 +01:00
|
|
|
| ^^
|
|
|
|
|
|
|
|
error: specified multiple times
|
2022-10-22 11:08:09 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:379:46
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | #[suggestion(parser_add_paren, code = "...", code = "...")]
|
|
|
|
| ^^^^^^^^^^^^
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
note: previously specified here
|
2022-10-22 11:08:09 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:379:32
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | #[suggestion(parser_add_paren, code = "...", code = "...")]
|
|
|
|
| ^^^^^^^^^^^^
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
error: specified multiple times
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:397:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[applicability]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: previously specified here
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:394:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[applicability]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: the `#[applicability]` attribute can only be applied to fields of type `Applicability`
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:407:5
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[applicability]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
error: suggestion without `code = "..."`
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:420:1
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | #[suggestion(parser_add_paren)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
error: invalid applicability
|
2022-10-22 11:08:09 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:430:45
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | #[suggestion(parser_add_paren, code ="...", applicability = "foo")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2022-04-26 11:59:45 +01:00
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
error: suggestion without `#[primary_span]` field
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:448:1
|
2022-08-23 07:54:06 +02:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | / #[suggestion(parser_add_paren, code = "...")]
|
2022-08-23 11:19:38 +08:00
|
|
|
LL | |
|
2022-09-01 19:42:49 +02:00
|
|
|
LL | | struct AR {
|
|
|
|
LL | | var: String,
|
2022-08-23 11:19:38 +08:00
|
|
|
LL | | }
|
|
|
|
| |_^
|
2022-08-23 07:54:06 +02:00
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
error: unsupported type attribute for subdiagnostic enum
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:462:1
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
LL | #[label]
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
error: `var` doesn't refer to a field on this type
|
2022-10-22 11:08:09 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:482:38
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | #[suggestion(parser_add_paren, code ="{var}", applicability = "machine-applicable")]
|
|
|
|
| ^^^^^^^
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
error: `var` doesn't refer to a field on this type
|
2022-10-22 11:08:09 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:501:42
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | #[suggestion(parser_add_paren, code ="{var}", applicability = "machine-applicable")]
|
|
|
|
| ^^^^^^^
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
error: `#[suggestion_part]` is not a valid attribute
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:524:5
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
LL | #[suggestion_part]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: `#[suggestion_part(...)]` is only valid in multipart suggestions, use `#[primary_span]` instead
|
|
|
|
|
|
|
|
error: `#[suggestion_part(...)]` is not a valid attribute
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:527:5
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
LL | #[suggestion_part(code = "...")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: `#[suggestion_part(...)]` is only valid in multipart suggestions
|
|
|
|
|
|
|
|
error: suggestion without `#[primary_span]` field
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:521:1
|
2022-08-23 07:54:06 +02:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | / #[suggestion(parser_add_paren, code = "...")]
|
2022-08-23 07:54:06 +02:00
|
|
|
LL | |
|
2022-09-01 19:42:49 +02:00
|
|
|
LL | | struct BA {
|
|
|
|
LL | | #[suggestion_part]
|
2022-08-23 07:54:06 +02:00
|
|
|
... |
|
2022-09-01 19:42:49 +02:00
|
|
|
LL | | var: String,
|
2022-08-23 07:54:06 +02:00
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
2022-09-12 20:44:28 +02:00
|
|
|
error: `#[multipart_suggestion(code = ...)]` is not a valid attribute
|
2022-10-22 11:08:09 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:536:42
|
2022-08-23 07:54:06 +02:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | #[multipart_suggestion(parser_add_paren, code = "...", applicability = "machine-applicable")]
|
|
|
|
| ^^^^^^^^^^^^
|
2022-09-12 20:44:28 +02:00
|
|
|
|
|
|
|
|
= help: only `applicability` is a valid nested attributes
|
2022-08-23 07:54:06 +02:00
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
error: multipart suggestion without any `#[suggestion_part(...)]` fields
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:536:1
|
2022-08-23 07:54:06 +02:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | / #[multipart_suggestion(parser_add_paren, code = "...", applicability = "machine-applicable")]
|
2022-08-23 07:54:06 +02:00
|
|
|
LL | |
|
|
|
|
LL | |
|
2022-09-01 19:42:49 +02:00
|
|
|
LL | | struct BBa {
|
2022-08-23 07:54:06 +02:00
|
|
|
LL | | var: String,
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
error: `#[suggestion_part(...)]` attribute without `code = "..."`
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:546:5
|
2022-08-23 07:54:06 +02:00
|
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
LL | #[suggestion_part]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: `#[suggestion_part(...)]` attribute without `code = "..."`
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:554:5
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
LL | #[suggestion_part()]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: `#[primary_span]` is not a valid attribute
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:563:5
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
LL | #[primary_span]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: multipart suggestions use one or more `#[suggestion_part]`s rather than one `#[primary_span]`
|
|
|
|
|
|
|
|
error: multipart suggestion without any `#[suggestion_part(...)]` fields
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:560:1
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
2022-10-22 11:08:09 +02:00
|
|
|
LL | / #[multipart_suggestion(parser_add_paren)]
|
2022-08-23 07:54:06 +02:00
|
|
|
LL | |
|
2022-09-01 19:42:49 +02:00
|
|
|
LL | | struct BC {
|
|
|
|
LL | | #[primary_span]
|
2022-08-23 07:54:06 +02:00
|
|
|
LL | |
|
2022-09-01 19:42:49 +02:00
|
|
|
LL | | span: Span,
|
2022-08-23 07:54:06 +02:00
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
error: `#[suggestion_part(...)]` attribute without `code = "..."`
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:571:5
|
2022-08-23 07:54:06 +02:00
|
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
LL | #[suggestion_part]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
2022-08-23 07:54:06 +02:00
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
error: `#[suggestion_part(...)]` attribute without `code = "..."`
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:574:5
|
2022-08-23 07:54:06 +02:00
|
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
LL | #[suggestion_part()]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
2022-08-23 07:54:06 +02:00
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
error: `#[suggestion_part(foo = ...)]` is not a valid attribute
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:577:23
|
2022-08-23 07:54:06 +02:00
|
|
|
|
|
2022-09-01 19:42:49 +02:00
|
|
|
LL | #[suggestion_part(foo = "bar")]
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: `code` is the only valid nested attribute
|
|
|
|
|
|
|
|
error: the `#[suggestion_part(...)]` attribute can only be applied to fields of type `Span` or `MultiSpan`
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:580:5
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
LL | #[suggestion_part(code = "...")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: the `#[suggestion_part(...)]` attribute can only be applied to fields of type `Span` or `MultiSpan`
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:583:5
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
LL | #[suggestion_part()]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: specified multiple times
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:591:37
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
LL | #[suggestion_part(code = "...", code = ",,,")]
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: previously specified here
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:591:23
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
LL | #[suggestion_part(code = "...", code = ",,,")]
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
2022-09-12 20:44:28 +02:00
|
|
|
error: `#[applicability]` has no effect if all `#[suggestion]`/`#[multipart_suggestion]` attributes have a static `applicability = "..."`
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:620:5
|
2022-09-01 19:42:49 +02:00
|
|
|
|
|
|
|
|
LL | #[applicability]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2022-08-23 07:54:06 +02:00
|
|
|
|
2022-04-26 11:59:45 +01:00
|
|
|
error: cannot find attribute `foo` in this scope
|
|
|
|
--> $DIR/subdiagnostic-derive.rs:63:3
|
|
|
|
|
|
|
|
|
LL | #[foo]
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: cannot find attribute `foo` in this scope
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:159:3
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[foo]
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: cannot find attribute `bar` in this scope
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:173:7
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar]
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: cannot find attribute `bar` in this scope
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:185:7
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar = "..."]
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: cannot find attribute `bar` in this scope
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:197:7
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar = 4]
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: cannot find attribute `bar` in this scope
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:209:7
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar("...")]
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: cannot find attribute `bar` in this scope
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:270:7
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar]
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: cannot find attribute `bar` in this scope
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:281:7
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar = "..."]
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: cannot find attribute `bar` in this scope
|
2022-10-14 11:09:52 +01:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:292:7
|
2022-04-26 11:59:45 +01:00
|
|
|
|
|
|
|
|
LL | #[bar("...")]
|
|
|
|
| ^^^
|
|
|
|
|
2022-06-23 16:12:52 +01:00
|
|
|
error[E0425]: cannot find value `slug` in module `rustc_errors::fluent`
|
2022-09-12 20:44:28 +02:00
|
|
|
--> $DIR/subdiagnostic-derive.rs:122:9
|
2022-06-23 16:12:52 +01:00
|
|
|
|
|
|
|
|
LL | #[label(slug)]
|
|
|
|
| ^^^^ not found in `rustc_errors::fluent`
|
|
|
|
|
2022-10-14 11:09:52 +01:00
|
|
|
error: aborting due to 67 previous errors
|
2022-04-26 11:59:45 +01:00
|
|
|
|
2022-06-23 16:12:52 +01:00
|
|
|
For more information about this error, try `rustc --explain E0425`.
|