Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
attributes
/
extented-attribute-macro-error.rs
blob: 492f84f56c3a0e2eda981165c47dbd43e8b53af4 [
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
()
{}