This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
22running 1 test
3- test $DIR/relative-path-include-bytes-132203.rs - (line 17 ) ... FAILED
3+ test $DIR/relative-path-include-bytes-132203.rs - (line 18 ) ... FAILED
44
55failures:
66
7- ---- $DIR/relative-path-include-bytes-132203.rs - (line 17 ) stdout ----
7+ ---- $DIR/relative-path-include-bytes-132203.rs - (line 18 ) stdout ----
88error: couldn't read `$DIR/relative-dir-empty-file`: No such file or directory (os error 2)
9- --> $DIR/relative-path-include-bytes-132203.rs:18 :9
9+ --> $DIR/relative-path-include-bytes-132203.rs:19 :9
1010 |
1111LL | let x = include_bytes!("relative-dir-empty-file");
1212 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -18,7 +18,7 @@ error: aborting due to 1 previous error
1818Couldn't compile the test.
1919
2020failures:
21- $DIR/relative-path-include-bytes-132203.rs - (line 17 )
21+ $DIR/relative-path-include-bytes-132203.rs - (line 18 )
2222
2323test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
2424
Original file line number Diff line number Diff line change 1+ //@ ignore-windows
12//@ revisions: edition2015 edition2024
23//@[edition2015]edition:2015
34//@[edition2015]check-fail
You can’t perform that action at this time.
0 commit comments