diff options
Diffstat (limited to 'tests/ui/attributes/extented-attribute-macro-error.rs')
| -rw-r--r-- | tests/ui/attributes/extented-attribute-macro-error.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ui/attributes/extented-attribute-macro-error.rs b/tests/ui/attributes/extented-attribute-macro-error.rs new file mode 100644 index 00000000000..492f84f56c3 --- /dev/null +++ b/tests/ui/attributes/extented-attribute-macro-error.rs @@ -0,0 +1,7 @@ +// 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() {} |
