]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/extented-attribute-macro-error.stderr
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
[rust.git] / src / test / ui / attributes / extented-attribute-macro-error.stderr
1 error: couldn't read the file
2   --> $DIR/extented-attribute-macro-error.rs:3:10
3    |
4 LL | #![doc = include_str!("../not_existing_file.md")]
5    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10