]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rustdoc/doc-alias-same-name.stderr
Rollup merge of #98640 - cuviper:stable-rust-analyzer, r=Mark-Simulacrum
[rust.git] / src / test / ui / rustdoc / doc-alias-same-name.stderr
1 error: `#[doc(alias = "...")]` is the same as the item's name
2   --> $DIR/doc-alias-same-name.rs:3:7
3    |
4 LL | #[doc(alias = "Foo")]
5    |       ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8