Files
rust/tests/ui/attributes/extented-attribute-macro-error.stderr

9 lines
236 B
Plaintext
Raw Normal View History

error: couldn't read the file
2022-01-19 16:24:49 +01:00
--> $DIR/extented-attribute-macro-error.rs:3:10
|
LL | #![doc = include_str!("../not_existing_file.md")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error