blob: e5198e3475233162116e780728ef8e65f917d9a1 [file] [log] [blame] [edit]
#![doc(as_ptr)]
//~^ ERROR unknown `doc` attribute `as_ptr`
#[doc(as_ptr)]
//~^ ERROR unknown `doc` attribute `as_ptr`
pub fn foo() {}
#[doc(foo::bar, crate::bar::baz = "bye")]
//~^ ERROR unknown `doc` attribute `foo::bar`
//~| ERROR unknown `doc` attribute `crate::bar::baz`
fn bar() {}