blob: 51959785c53bda1ccb0d2a14299006faf17cb054 [file] [log] [blame] [edit]
// regression test for https://github.com/rust-lang/rust/issues/10656
#![deny(missing_docs)]
//~^ ERROR missing documentation for the crate
#![crate_type = "lib"]