mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
error: `#[doc(alias = "...")]` isn't allowed on associated constant in trait implementation block
|
|
--> $DIR/doc-alias-assoc-const.rs:8:19
|
|
|
|
|
LL | #[doc(alias = "CONST_BAZ")]
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|