rust/tests/ui/rustdoc/doc-alias-same-name.rs
2023-01-11 09:32:08 +00:00

5 lines
72 B
Rust

#![crate_type = "lib"]
#[doc(alias = "Foo")] //~ ERROR
pub struct Foo;