rust/crates/ide_diagnostics/src/handlers
2021-10-15 19:27:19 +02:00
..
add_reference_here.rs Add reference here diagnostic 2021-08-08 10:12:40 +02:00
break_outside_of_loop.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
field_shorthand.rs
inactive_code.rs Fix detection of macro file in inactive-code diag 2021-08-04 18:02:45 +02:00
incorrect_case.rs fix test 2021-10-06 23:37:43 +02:00
macro_error.rs Fix item-level lazy macro errors 2021-09-24 21:17:25 +02:00
mismatched_arg_count.rs feat: be more precise in mismatch arg counts highlighting 2021-10-09 22:45:54 +03:00
missing_fields.rs Fix missing_fields diagnostic fix replacing wrong text ranges 2021-10-15 19:27:19 +02:00
missing_match_arms.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
missing_ok_or_some_in_tail_expr.rs Fix diagnostics in unnamed consts 2021-09-24 20:41:24 +02:00
missing_unsafe.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
no_such_field.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
remove_this_semicolon.rs fix: remove semicolon diagnostics only highlights the semi 2021-10-02 12:54:10 +03:00
replace_filter_map_next_with_find_map.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
unimplemented_builtin_macro.rs
unlinked_file.rs Simplify 2021-10-04 15:16:13 +02:00
unresolved_extern_crate.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
unresolved_import.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
unresolved_macro_call.rs Remove the legacy macro scoping hack 2021-07-26 19:58:14 +02:00
unresolved_module.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
unresolved_proc_macro.rs
useless_braces.rs