]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/extented-attribute-macro-error.rs
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / 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() {}