
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
22 lines
666 B
Text
22 lines
666 B
Text
|
|
running 1 test
|
|
test $DIR/relative-path-include-bytes-132203.rs - (line 18) ... FAILED
|
|
|
|
failures:
|
|
|
|
---- $DIR/relative-path-include-bytes-132203.rs - (line 18) stdout ----
|
|
error: couldn't read `$DIR/relative-dir-empty-file`: $FILE_NOT_FOUND_MSG (os error 2)
|
|
--> $DIR/relative-path-include-bytes-132203.rs:19:9
|
|
|
|
|
LL | let x = include_bytes!("relative-dir-empty-file");
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
Couldn't compile the test.
|
|
|
|
failures:
|
|
$DIR/relative-path-include-bytes-132203.rs - (line 18)
|
|
|
|
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
|
|
|