rust/tests/incremental/thinlto
Martin Nordholts d46df80c73 rustc_codegen_ssa: Don't let IncorrectCguReuseType errors get lost
In [100753], `IncorrectCguReuseType` accidentally stopped being emitted.
Begin emitting it again rather than just blindly dropping it, and adjust
tests accordingly.

[100753]: 706452eba7 (diff-048389738ddcbe0f9765291a29db1fed9a5f03693d4781cfb5aaa97ffb3c7f84)
2023-12-19 20:20:40 +01:00
..
cgu_invalidated_via_import.rs rustc_codegen_ssa: Don't let IncorrectCguReuseType errors get lost 2023-12-19 20:20:40 +01:00
cgu_invalidated_when_export_added.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cgu_invalidated_when_export_removed.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cgu_invalidated_when_import_added.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cgu_invalidated_when_import_removed.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cgu_keeps_identical_fn.rs rustc_codegen_ssa: Don't let IncorrectCguReuseType errors get lost 2023-12-19 20:20:40 +01:00
independent_cgus_dont_affect_each_other.rs rustc_codegen_ssa: Don't let IncorrectCguReuseType errors get lost 2023-12-19 20:20:40 +01:00