Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
attributes
/
extented-attribute-macro-error.rs
blob: 5dcb38d7da9d431d2dbe235a0a3a69d05c54c495 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
()
{}