blob: 1295805ae1a0d31b9ca4c8475662e30f34082c43 [file] [log] [blame] [edit]
#![deny(invalid_doc_attributes)]
//~^ NOTE
#[doc(include = "external-cross-doc.md")]
//~^ ERROR unknown `doc` attribute `include`
//~| HELP use `doc = include_str!` instead
// FIXME(#85497): make this a deny instead so it's more clear what's happening
pub struct NeedMoreDocs;