Files
rust/tests/rustdoc-ui/issues/issue-81662-shortness.stdout
Vadim Petrochenkov 56d6b4e427 compiletest: Support matching on non-json lines in compiler output
and migrate most of remaining `error-pattern`s to it.
2025-05-04 18:27:45 +03:00

17 lines
493 B
Plaintext

running 1 test
test $DIR/issue-81662-shortness.rs - foo (line 7) ... FAILED
failures:
---- $DIR/issue-81662-shortness.rs - foo (line 7) stdout ----
$DIR/issue-81662-shortness.rs:8:1: error[E0425]: cannot find function `foo` in this scope: not found in this scope
error: aborting due to 1 previous error
Couldn't compile the test.
failures:
$DIR/issue-81662-shortness.rs - foo (line 7)
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME