Skip to content

Commit

Permalink
remove extraneous note on UnableToRunDsymutil diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Apr 26, 2024
1 parent 9adafa7 commit 1367827
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_codegen_ssa/src/errors.rs
Expand Up @@ -431,7 +431,6 @@ pub struct ProcessingDymutilFailed {

#[derive(Diagnostic)]
#[diag(codegen_ssa_unable_to_run_dsymutil)]
#[note]
pub struct UnableToRunDsymutil {
pub error: Error,
}
Expand Down

0 comments on commit 1367827

Please sign in to comment.