rust-analyzer/crates/ide_diagnostics/src/handlers
bors[bot] b07c83f8b0
Merge #9810
9810: Add reference here r=matklad a=ivan770

Superseds #6853 

Co-authored-by: ivan770 <ivan@ivan770.me>
2021-08-08 10:35:00 +00: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 minor: make diagnostics more similar 2021-06-14 22:37:06 +03:00
inactive_code.rs Fix detection of macro file in inactive-code diag 2021-08-04 18:02:45 +02:00
incorrect_case.rs internal: remove one more needless extern crate 2021-07-11 15:48:49 +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 Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +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 internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
replace_filter_map_next_with_find_map.rs minor: use minicore 2021-06-18 23:48:18 +03:00
unimplemented_builtin_macro.rs internal: document diagnostics crate 2021-06-14 19:45:39 +03:00
unlinked_file.rs Simplify 2021-08-07 22:16:15 +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 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