]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/extented-attribute-macro-error.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[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() {}