Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
attributes
/
extented-attribute-macro-error.rs
blob: 83060024dac93eb84689301afc06b16d88725955 [
file
] [
log
] [
blame
]
//@ normalize-stderr: "couldn't read.*" -> "couldn't read the file"
#![
doc
=
include_str
!(
"../not_existing_file.md"
)]
struct
Documented
{}
//~^^ ERROR couldn't read
fn
main
()
{}