]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/extented-attribute-macro-error.stderr
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / 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