@@ -38,7 +38,7 @@ This diagnostic is shown when the derive attribute is used on an item other than
3838
3939
4040=== macro-def-error
41- **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-diagnostics/src/handlers/macro_error.rs#L16 [macro_error.rs]
41+ **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-diagnostics/src/handlers/macro_error.rs#L19 [macro_error.rs]
4242
4343This diagnostic is shown for macro expansion errors.
4444
@@ -176,7 +176,7 @@ Diagnoses redundant trait items in a trait impl.
176176
177177
178178=== type-mismatch
179- **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-diagnostics/src/handlers/type_mismatch.rs#L12 [type_mismatch.rs]
179+ **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-diagnostics/src/handlers/type_mismatch.rs#L16 [type_mismatch.rs]
180180
181181This diagnostic is triggered when the type of an expression or pattern does not match
182182the expected type.
@@ -267,18 +267,6 @@ This diagnostic is triggered if a method does not exist on a given type.
267267This diagnostic is triggered if rust-analyzer is unable to discover referred module.
268268
269269
270- === unresolved-proc-macro
271- **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-diagnostics/src/handlers/unresolved_proc_macro.rs#L5[unresolved_proc_macro.rs]
272-
273- This diagnostic is shown when a procedural macro can not be found. This usually means that
274- procedural macro support is simply disabled (and hence is only a weak hint instead of an error),
275- but can also indicate project setup problems.
276-
277- If you are seeing a lot of "proc macro not expanded" warnings, you can add this option to the
278- `rust-analyzer.diagnostics.disabled` list to prevent them from showing. Alternatively you can
279- enable support for procedural macros (see `rust-analyzer.procMacro.attributes.enable`).
280-
281-
282270=== unused-mut
283271**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-diagnostics/src/handlers/mutability_errors.rs#L51[mutability_errors.rs]
284272
0 commit comments