mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
8 lines
257 B
Text
8 lines
257 B
Text
error: `#[doc(alias = "...")]` isn't allowed on associated constant in trait implementation block
|
|
--> $DIR/doc-alias-assoc-const.rs:10:11
|
|
|
|
|
LL | #[doc(alias = "CONST_BAZ")]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|