Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
attributes
/
extented-attribute-macro-error.rs
blob: 492f84f56c3a0e2eda981165c47dbd43e8b53af4 [
file
]
// 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
()
{}