blob: 5dcb38d7da9d431d2dbe235a0a3a69d05c54c495 [file] [log] [blame]
//@ normalize-stderr-test: "couldn't read.*" -> "couldn't read the file"
#![doc = include_str!("../not_existing_file.md")]
struct Documented {}
//~^^ ERROR couldn't read
fn main() {}