We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a7fb7a + e395665 commit 0709a3cCopy full SHA for 0709a3c
1 file changed
crates/ide-diagnostics/src/handlers/unimplemented_trait.rs
@@ -2,7 +2,7 @@ use hir::HirDisplay;
2
3
use crate::{Diagnostic, DiagnosticCode, DiagnosticsContext};
4
5
-// Diagnostic: type-must-be-known
+// Diagnostic: unimplemented-trait
6
//
7
// This diagnostic is triggered when rust-analyzer cannot infer some type.
8
pub(crate) fn unimplemented_trait<'db>(
0 commit comments