rust-analyzer/crates/ide_diagnostics/src/handlers
2021-06-15 11:46:47 +03: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 minor: make diagnostics more similar 2021-06-14 22:37:06 +03:00
inactive_code.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
incorrect_case.rs internal: document that we don't #[ignore] tests 2021-06-15 11:46:47 +03:00
macro_error.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
mismatched_arg_count.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
missing_fields.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03: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 internal: document diagnostics crate 2021-06-14 19:45:39 +03:00
missing_unsafe.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
no_such_field.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
remove_this_semicolon.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
replace_filter_map_next_with_find_map.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
unimplemented_builtin_macro.rs internal: document diagnostics crate 2021-06-14 19:45:39 +03:00
unlinked_file.rs minor: make diagnostics more similar 2021-06-14 22:37:06 +03: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 internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
unresolved_module.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
unresolved_proc_macro.rs internal: document diagnostics crate 2021-06-14 19:45:39 +03:00
useless_braces.rs minor: make diagnostics more similar 2021-06-14 22:37:06 +03:00