]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/extented-attribute-macro-error.rs
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / ui / attributes / extented-attribute-macro-error.rs
1 // normalize-stderr-test: "couldn't read.*" -> "couldn't read the file"
2
3 #![doc = include_str!("../not_existing_file.md")]
4 struct Documented {}
5 //~^^ ERROR couldn't read
6
7 fn main() {}