2022-08-02 22:11:22 -05:00
|
|
|
error: `#[doc(alias = "...")]` isn't allowed on foreign module
|
2020-11-25 07:27:51 -06:00
|
|
|
--> $DIR/check-doc-alias-attr-location.rs:7:7
|
2020-07-06 09:11:32 -05:00
|
|
|
|
|
|
|
|
LL | #[doc(alias = "foo")]
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: `#[doc(alias = "...")]` isn't allowed on implementation block
|
2020-11-25 07:27:51 -06:00
|
|
|
--> $DIR/check-doc-alias-attr-location.rs:10:7
|
2020-07-06 09:11:32 -05:00
|
|
|
|
|
|
|
|
LL | #[doc(alias = "bar")]
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: `#[doc(alias = "...")]` isn't allowed on implementation block
|
2020-11-25 07:27:51 -06:00
|
|
|
--> $DIR/check-doc-alias-attr-location.rs:16:7
|
2020-07-06 09:11:32 -05:00
|
|
|
|
|
|
|
|
LL | #[doc(alias = "foobar")]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-07-23 14:04:54 -05:00
|
|
|
error: `#[doc(alias = "...")]` isn't allowed on type alias in implementation block
|
2020-11-25 07:27:51 -06:00
|
|
|
--> $DIR/check-doc-alias-attr-location.rs:18:11
|
2020-07-23 14:04:54 -05:00
|
|
|
|
|
|
|
|
LL | #[doc(alias = "assoc")]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2020-08-11 17:12:49 -05:00
|
|
|
error: aborting due to 4 previous errors
|
2020-07-06 09:11:32 -05:00
|
|
|
|