rust/crates/ide-diagnostics/src/handlers
2023-06-04 20:59:27 +03:30
..
break_outside_of_loop.rs MIR episode 6 2023-05-28 23:25:15 +03:30
expected_function.rs
field_shorthand.rs
inactive_code.rs
incoherent_impl.rs lint incoherent inherent impls 2023-03-14 19:20:44 +01:00
incorrect_case.rs Auto merge of #14577 - jsoref:spelling, r=lnicola 2023-04-19 14:05:40 +00:00
invalid_derive_target.rs
json_is_not_rust.rs
macro_error.rs Fix duplicate eager expansion errors 2023-04-16 19:20:35 +02:00
malformed_derive.rs
mismatched_arg_count.rs
missing_fields.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
missing_match_arms.rs Add moved-out-of-ref diagnostic 2023-05-18 19:17:06 +03:30
missing_unsafe.rs Add moved-out-of-ref diagnostic 2023-05-18 19:17:06 +03:30
moved_out_of_ref.rs handle match scrutinee in closure captures 2023-05-19 12:04:12 +03:30
mutability_errors.rs Fix missing terminator for slice pattern 2023-06-04 20:59:27 +03:30
no_such_field.rs Option begone part 2 2023-04-16 19:20:48 +02:00
private_assoc_item.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
private_field.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
replace_filter_map_next_with_find_map.rs Option begone part 2 2023-04-16 19:20:48 +02:00
type_mismatch.rs insert type vars in function arguments 2023-05-26 14:26:13 +03:30
typed_hole.rs Add diagnostic for _ expressions (typed holes) 2023-05-28 14:55:28 +02:00
undeclared_label.rs fix bug in labeled for loop desugaring 2023-06-01 17:51:53 +03:30
unimplemented_builtin_macro.rs
unlinked_file.rs Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
unreachable_label.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
unresolved_extern_crate.rs
unresolved_field.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
unresolved_import.rs
unresolved_macro_call.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
unresolved_method.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
unresolved_module.rs Option begone part 2 2023-04-16 19:20:48 +02:00
unresolved_proc_macro.rs Handle proc macro fetching via OpQueue 2023-03-26 09:33:41 +02:00
useless_braces.rs