mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
error: couldn't read the file
|
|
--> $DIR/extented-attribute-macro-error.rs:3:10
|
|
|
|
|
LL | #![doc = include_str!("../not_existing_file.md")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|