]> git.proxmox.com Git - rustc.git/blame - tests/rustdoc-ui/doc-alias-same-name.stderr
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / tests / rustdoc-ui / doc-alias-same-name.stderr
CommitLineData
5869c6ff
XL
1error: `#[doc(alias = "...")]` is the same as the item's name
2 --> $DIR/doc-alias-same-name.rs:3:7
3 |
4LL | #[doc(alias = "Foo")]
5 | ^^^^^^^^^^^^^
6
4b012472 7error: aborting due to 1 previous error
5869c6ff 8