rust-analyzer/crates/ide-diagnostics/src/handlers
2023-01-02 14:52:32 +00:00
..
break_outside_of_loop.rs Actually test closures in closures_are_borders 2022-12-28 20:56:58 +00:00
field_shorthand.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
inactive_code.rs Collect diagnostics in queries instead of nameres 2022-09-26 19:06:29 +01:00
incorrect_case.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
invalid_derive_target.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
json_is_not_rust.rs Remove non-needed clones 2022-12-23 02:20:03 -05:00
macro_error.rs fix: Fix nested macro diagnostics pointing at macro expansion files 2022-11-19 10:32:32 +01:00
malformed_derive.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
mismatched_arg_count.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
missing_fields.rs remove needless borrows 2023-01-02 14:52:32 +00:00
missing_match_arms.rs Implement unstable RFC 1872 exhaustive_patterns 2022-08-31 20:17:54 +05:00
missing_unsafe.rs Use rustc_safe_intrinsic attribute to check for intrinsic safety 2022-12-30 20:29:37 +01:00
no_such_field.rs remove needless borrows 2023-01-02 14:52:32 +00:00
private_assoc_item.rs Diagnose private assoc item accesses 2023-01-01 13:24:48 +01:00
private_field.rs Diagnose private assoc item accesses 2023-01-01 13:24:48 +01:00
replace_filter_map_next_with_find_map.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
type_mismatch.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
unimplemented_builtin_macro.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unlinked_file.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
unresolved_extern_crate.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unresolved_import.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unresolved_macro_call.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
unresolved_module.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
unresolved_proc_macro.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
useless_braces.rs Fix tests that depended on loose visibility restriction 2022-11-11 20:31:46 +09:00