Skip to content

Commit 0709a3c

Browse files
authored
Merge pull request #22278 from lnicola/unimplemented-trait-name
minor: Fix unimplemented-trait diagnostic name
2 parents 5a7fb7a + e395665 commit 0709a3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/ide-diagnostics/src/handlers/unimplemented_trait.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use hir::HirDisplay;
22

33
use crate::{Diagnostic, DiagnosticCode, DiagnosticsContext};
44

5-
// Diagnostic: type-must-be-known
5+
// Diagnostic: unimplemented-trait
66
//
77
// This diagnostic is triggered when rust-analyzer cannot infer some type.
88
pub(crate) fn unimplemented_trait<'db>(

0 commit comments

Comments
 (0)