rust/tests/ui-fulldeps
bors 37b2813a7b Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin
Fixes error count display is different when there's only one error left

Supersedes #114759

### What did I do?

I did the small change in `rustc_errors` by hand. Then I did the other changes in `/compiler` by hand, those were just find replace on `*.rs` in the workspace. The changes in run-make are find replace for `run-make` in the workspace.

All other changes are blessed using `x test TEST --bless`. I blessed the tests that were blessed in #114759.

### how to review this nightmare

ping bors with an `r+`. You should check that my logic is sound and maybe quickly scroll through the diff, but fully verifying it seems fairly hard to impossible. I did my best to do this correctly.

Thank you `@adrianEffe` for bringing this up and your initial implementation.

cc `@flip1995,` you said you want to do a subtree sync asap
cc `@RalfJung` maybe you want to do a quick subtree sync afterwards as well for Miri

r? `@WaffleLapkin`
2023-11-24 21:40:54 +00:00
..
auxiliary Support x test --stage 1 ui-fulldeps 2023-04-17 22:40:31 -05:00
fluent-messages Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
internal-lints Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
mod_dir_simple
session-diagnostic Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
stable-mir Add CrateDef trait and methods to get def names 2023-11-22 07:32:37 -08:00
compiler-calls.rs Support x test --stage 1 ui-fulldeps 2023-04-17 22:40:31 -05:00
deriving-global.rs
deriving-hygiene.rs
dropck_tarena_sound_drop.rs
dropck-tarena-cycle-checked.rs Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
dropck-tarena-cycle-checked.stderr Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
dropck-tarena-unsound-drop.rs Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
dropck-tarena-unsound-drop.stderr Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
empty-struct-braces-derive.rs
hash-stable-is-unstable.rs Support x test --stage 1 ui-fulldeps 2023-04-17 22:40:31 -05:00
hash-stable-is-unstable.stderr Support x test --stage 1 ui-fulldeps 2023-04-17 22:40:31 -05:00
lint-pass-macros.rs Remove rustc_lint_defs::lint_array 2023-09-28 23:01:25 +02:00
missing-rustc-driver-error.rs Don't depend on crate names in tests/ui-fulldeps/missing-rustc-driver-error.rs 2023-07-11 22:30:28 -05:00
missing-rustc-driver-error.stderr Don't depend on crate names in tests/ui-fulldeps/missing-rustc-driver-error.rs 2023-07-11 22:30:28 -05:00
mod_dir_path_canonicalized.rs various: translation resources from cg backend 2023-02-22 09:15:54 +00:00
pathless-extern-unstable.rs Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
pathless-extern-unstable.stderr Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
pprust-expr-roundtrip.rs add fn visit_capture_by to MutVisitor and fix pprust-expr-roundtrip.rs 2023-11-04 21:04:54 +01:00
regions-mock-tcx.rs
rustc_encodable_hygiene.rs