Sign in
◑
Theme
rust
/
rust
/
08ec41ea3dfd2d30a5747a084d0dbc79fba227d6
/
.
/
tests
/
ui
/
attributes
/
extented-attribute-macro-error.rs
blob: 83060024dac93eb84689301afc06b16d88725955 [
file
]
//@ 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
()
{}