2021-02-04 18:59:42 +01:00
|
|
|
|
|
|
|
running 1 test
|
2023-12-21 15:14:43 +05:30
|
|
|
test $DIR/issue-81662-shortness.rs - foo (line 8) ... FAILED
|
2021-02-04 18:59:42 +01:00
|
|
|
|
|
|
|
failures:
|
|
|
|
|
2023-12-21 15:14:43 +05:30
|
|
|
---- $DIR/issue-81662-shortness.rs - foo (line 8) stdout ----
|
2024-06-21 19:22:59 +00:00
|
|
|
$DIR/issue-81662-shortness.rs:9:1: error[E0425]: cannot find function `foo` in this scope: not found in this scope
|
2023-11-21 16:44:51 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-02-04 18:59:42 +01:00
|
|
|
Couldn't compile the test.
|
|
|
|
|
|
|
|
failures:
|
2023-12-21 15:14:43 +05:30
|
|
|
$DIR/issue-81662-shortness.rs - foo (line 8)
|
2021-02-04 18:59:42 +01:00
|
|
|
|
|
|
|
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
|
|
|
|
|