Commit graph

8 commits

Author SHA1 Message Date
Adrian b7b5a093a1
Fix cargo errors counter 2023-11-29 18:47:14 +02:00
Adrián Ortiz db457d950f Fixing issue https://github.com/rust-lang/cargo/issues/10834:
- Adding display of which target failed to compile
- Consistent messages for warnings/errors.
- Fixing assertions on related tests.
2023-03-07 06:45:26 +01:00
Scott Schafer 6131222ba2 feat: stabilize auto fix note 2023-01-10 13:52:29 -06:00
Yerkebulan Tulibergenov ed579b66e2 add short path name for executables 2022-01-31 10:37:02 -08:00
Yerkebulan Tulibergenov a6c1459f37 fix tests 2022-01-30 23:59:54 -08:00
Vaibhav bef4d79ff2 Print executable name on cargo test --no-run.
Closes #9957

Signed-off-by: Vaibhav <vrongmeal@gmail.com>
2021-10-05 23:47:38 +05:30
Eric Huss 13fef863ab Add test demonstrating deduplication of errors. 2021-07-15 17:37:21 -07:00
Eric Huss 493e8b7dd1 Deduplicate compiler diagnostics. 2021-07-09 16:20:46 -07:00