rust-analyzer/crates/ide-diagnostics/src/handlers
2022-07-20 15:02:08 +02:00
..
break_outside_of_loop.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
field_shorthand.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
inactive_code.rs Add tests for #12669 2022-07-01 19:00:07 +02: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
macro_error.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
malformed_derive.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
mismatched_arg_count.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
missing_fields.rs add tests 2022-07-13 16:16:48 +02:00
missing_match_arms.rs Display witnesses of non-exhaustive match 2022-06-20 15:48:09 +05:00
missing_unsafe.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
no_such_field.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02: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 chore: change str_ref_to_string to str_ref_to_owned 2022-07-18 08:38:14 -04:00
unimplemented_builtin_macro.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unlinked_file.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02: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 Improve proc macro errors a bit 2022-06-24 13:45:19 +02:00
unresolved_module.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unresolved_proc_macro.rs fix: Fix unresolved proc macro diagnostics pointing to macro expansions 2022-07-05 12:46:09 +02:00
useless_braces.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00