We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6c246 commit 45b8b3dCopy full SHA for 45b8b3d
crates/rust-analyzer/src/diagnostics/test_data/macro_compiler_error.txt
@@ -51,7 +51,7 @@
51
},
52
53
54
- message: "Exact error occured here",
+ message: "Exact error occurred here",
55
56
],
57
),
crates/rust-analyzer/src/diagnostics/to_proto.rs
@@ -266,7 +266,7 @@ pub(crate) fn map_rust_diagnostic_to_lsp(
266
let information_for_additional_diagnostic =
267
vec![lsp_types::DiagnosticRelatedInformation {
268
location: location.clone(),
269
- message: "Exact error occured here".to_string(),
+ message: "Exact error occurred here".to_string(),
270
}];
271
272
let diagnostic = lsp_types::Diagnostic {
0 commit comments