]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/extented-attribute-macro-error.stderr
Rollup merge of #94356 - Thomasdezeeuw:stabilize_unix_socket_creation, r=dtolnay
[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