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