blob: eba48ca599b0450f93e3b2a6781d8a3ac44ed23f [file] [log] [blame]
error: doc alias is duplicated
--> $DIR/duplicate_doc_alias.rs:4:15
|
LL | #[doc(alias = "A")]
| --- first defined here
LL | #[doc(alias = "A")]
| ^^^
|
note: the lint level is defined here
--> $DIR/duplicate_doc_alias.rs:1:9
|
LL | #![deny(unused_attributes)]
| ^^^^^^^^^^^^^^^^^
error: doc alias is duplicated
--> $DIR/duplicate_doc_alias.rs:6:13
|
LL | #[doc(alias = "B")]
| --- first defined here
LL | #[doc(alias("B"))]
| ^^^
error: aborting due to 2 previous errors