mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
15 lines
441 B
Plaintext
15 lines
441 B
Plaintext
error: '\'' character isn't allowed in `#[doc(alias = "...")]`
|
|
--> $DIR/doc-alias-crate-level.rs:3:15
|
|
|
|
|
LL | #[doc(alias = "shouldn't work!")]
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: `#![doc(alias = "...")]` isn't allowed as a crate-level attribute
|
|
--> $DIR/doc-alias-crate-level.rs:1:8
|
|
|
|
|
LL | #![doc(alias = "crate-level-not-working")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|