rust/crates/ide-diagnostics/src/handlers
2022-07-20 15:02:08 +02:00
..
break_outside_of_loop.rs
field_shorthand.rs
inactive_code.rs Add tests for #12669 2022-07-01 19:00:07 +02:00
incorrect_case.rs
invalid_derive_target.rs
macro_error.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
malformed_derive.rs
mismatched_arg_count.rs
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
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
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
unlinked_file.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
unresolved_extern_crate.rs
unresolved_import.rs
unresolved_macro_call.rs Improve proc macro errors a bit 2022-06-24 13:45:19 +02:00
unresolved_module.rs
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