called Result::unwrap()
on an Err
value: failed while formatting fluent string codegen_ssa_unable_to_run_dsymutil
#124392
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When building a binary for mac and dsymutil is not in $PATH for whatever reason, this is the message that appears, followed by a backtrace, instead of the intended error:
Indeed there is no
note
in the fluent file.rust/compiler/rustc_codegen_ssa/messages.ftl
Lines 314 to 315 in 3a36386
while one is expected from the error declaration.
rust/compiler/rustc_codegen_ssa/src/errors.rs
Lines 432 to 434 in 3a36386
The text was updated successfully, but these errors were encountered: