rust-analyzer/crates/ide-diagnostics/src/handlers
2023-09-17 11:54:42 +03:00
..
break_outside_of_loop.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
expected_function.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
field_shorthand.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
inactive_code.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
incoherent_impl.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
incorrect_case.rs Report incorrect case for inner items within all bodies 2023-07-21 15:07:55 +09:00
invalid_derive_target.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
json_is_not_rust.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
macro_error.rs Fix ide-diagnostics test fixture 2023-09-06 18:31:16 +02:00
malformed_derive.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
mismatched_arg_count.rs Diagnose mismatched arg count for tuple struct patterns 2023-09-08 14:54:43 +02:00
missing_fields.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
missing_match_arms.rs Diagnose incorrect and private fields in record structs 2023-09-09 10:45:29 +02:00
missing_unsafe.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
moved_out_of_ref.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
mutability_errors.rs regression test 2023-09-17 11:54:42 +03:00
no_such_field.rs Diagnose incorrect and private fields in record structs 2023-09-09 10:45:29 +02:00
private_assoc_item.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
private_field.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
replace_filter_map_next_with_find_map.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
type_mismatch.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
typed_hole.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
undeclared_label.rs fix: diagnostics for 'while let' loop with label in condition 2023-08-26 10:41:19 +08:00
unimplemented_builtin_macro.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unlinked_file.rs Auto merge of #14990 - HKalbasi:diagnostic-map, r=HKalbasi 2023-07-03 18:58:47 +00:00
unreachable_label.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unresolved_extern_crate.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unresolved_field.rs Don't show unresolved-field diagnostic for missing names 2023-07-06 20:39:48 +09:00
unresolved_import.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unresolved_macro_call.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unresolved_method.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unresolved_module.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unresolved_proc_macro.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
useless_braces.rs Respect #[allow(unused_braces)] 2023-08-28 22:22:28 +03:30