Emit better error messages when invoking xcrun

Also allow the SDK path to be non-UTF-8.
This commit is contained in:
Mads Marquart
2025-03-27 03:15:58 +01:00
parent bd1ef0fad2
commit 89348e51e3
6 changed files with 263 additions and 49 deletions

View File

@@ -13,6 +13,7 @@
#![feature(let_chains)]
#![feature(negative_impls)]
#![feature(rustdoc_internals)]
#![feature(string_from_utf8_lossy_owned)]
#![feature(trait_alias)]
#![feature(try_blocks)]
// tidy-alphabetical-end