Skip to content

Commit

Permalink
Auto merge of #124112 - beetrees:incremental-os-str, r=Nadrieril
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Apr 22, 2024
2 parents ce56834 + a203748 commit 562b9ca
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 562b9ca

Please sign in to comment.