Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1367827

Browse files
committedApr 26, 2024
remove extraneous note on UnableToRunDsymutil diagnostic
1 parent 9adafa7 commit 1367827

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎compiler/rustc_codegen_ssa/src/errors.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ pub struct ProcessingDymutilFailed {
431431

432432
#[derive(Diagnostic)]
433433
#[diag(codegen_ssa_unable_to_run_dsymutil)]
434-
#[note]
435434
pub struct UnableToRunDsymutil {
436435
pub error: Error,
437436
}

0 commit comments

Comments
 (0)
Please sign in to comment.