rust-analyzer/crates/ide-diagnostics/src/handlers
2023-07-05 16:34:04 +02: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 Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
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 Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
malformed_derive.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
mismatched_arg_count.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
missing_fields.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
missing_match_arms.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
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 Auto merge of #14990 - HKalbasi:diagnostic-map, r=HKalbasi 2023-07-03 18:58:47 +00:00
no_such_field.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
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 Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
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 Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
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 Disable remove unnecessary braces diagnotics for self imports 2023-07-05 16:34:04 +02:00