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