rust/tests/ui/rustdoc/doc-alias-same-name.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
72 B
Rust
Raw Normal View History

2021-01-04 14:05:49 +00:00
#![crate_type = "lib"]
#[doc(alias = "Foo")] //~ ERROR
pub struct Foo;