blob: 1742118a67c1b32019922d140eb981072f73dfc0 [file] [log] [blame] [edit]
error: `#![doc(alias = "...")]` isn't allowed as a crate-level attribute
--> $DIR/doc-alias-crate-level.rs:1:16
|
LL | #![doc(alias = "crate-level-not-working")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error