blob: 9b596ece5b55aec39fb8c2c4574cc190def8d3a5 [file] [log] [blame]
// compile-flags: -Zdeduplicate-diagnostics=no
#![feature(doc_alias)]
#![crate_type = "lib"]
#![doc(alias = "not working!")] //~ ERROR
#[doc(alias = "shouldn't work!")] //~ ERROR
pub struct Foo;