blob: b27faa81cb92a636400b290ad859dc65a84b96bc [file] [log] [blame] [edit]
#![crate_type = "lib"]
#[doc(123)]
//~^ ERROR malformed `doc` attribute
#[doc("hello", "bar")]
//~^ ERROR malformed `doc` attribute
//~| ERROR malformed `doc` attribute
fn bar() {}