Files
rust/compiler
bors 32885838c0 Auto merge of #124112 - beetrees:incremental-os-str, r=Nadrieril
Fix ICE when there is a non-Unicode entry in the incremental crate directory

Fix the ICE that occurs when there is a non-Unicode entry in the incremental crate directory by replacing uses of `to_string_lossy` + `assert_no_characters_lost` with `to_str`. The added test would cause the compiler to ICE before this PR.
2024-04-22 04:00:58 +00:00
..
2024-04-21 11:08:37 -07:00
2024-02-06 13:12:33 +11:00
2024-02-06 13:12:33 +11:00
2024-04-18 15:36:25 +10:00
2024-04-15 23:27:21 -04:00
2024-04-14 14:56:41 +02:00
2024-04-14 15:01:04 +02:00