mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
1bbaf6eb2f
The `error-format=short` output only displays the path, error code and main error message all in the same line. We now add the primary span label as well after the error message, to provide more context.
17 lines
493 B
Plaintext
17 lines
493 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: 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 8)
|
|
|
|
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
|
|
|