blob: 3dcabf9b165361058e6a1fa0e7ec1af5573ee03f [file] [log] [blame]
// check-pass
// pretty-expanded FIXME #23616
#![deny(missing_docs)]
#![doc="module"]
#[doc="struct"]
pub struct Foo;
pub fn foo() {
#![doc="fn"]
}
#[doc="main"]
pub fn main() {}