2020-08-24 13:20:31 -05:00
|
|
|
error: `#[doc(alias = "...")]` isn't allowed on associated constant in trait implementation block
|
2020-11-25 07:27:51 -06:00
|
|
|
--> $DIR/doc-alias-assoc-const.rs:10:11
|
2020-08-24 13:20:31 -05:00
|
|
|
|
|
|
|
|
LL | #[doc(alias = "CONST_BAZ")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2020-08-24 13:20:31 -05:00
|
|
|
|