mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
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
|
|
|