mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
af44e719fa
Resolves Issue #118752
17 lines
468 B
Plaintext
17 lines
468 B
Plaintext
|
|
running 1 test
|
|
test $DIR/issue-81662-shortness.rs - foo (line 8) ... FAILED
|
|
|
|
failures:
|
|
|
|
---- $DIR/issue-81662-shortness.rs - foo (line 8) stdout ----
|
|
$DIR/issue-81662-shortness.rs:9:1: error[E0425]: cannot find function `foo` in this scope
|
|
error: aborting due to 1 previous error
|
|
Couldn't compile the test.
|
|
|
|
failures:
|
|
$DIR/issue-81662-shortness.rs - foo (line 8)
|
|
|
|
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
|
|
|