mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
87a354b15d
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
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 1 previous error
|
|
|