rust/crates/ide-diagnostics/src/handlers
bors dea163970a Auto merge of #12965 - DesmondWillowbrook:assoc-method-dimming, r=Veykril
feat: make trait assoc items become inactive due to cfg

fixes #12394
2022-08-22 07:20:56 +00:00
..
break_outside_of_loop.rs
field_shorthand.rs
inactive_code.rs Auto merge of #12965 - DesmondWillowbrook:assoc-method-dimming, r=Veykril 2022-08-22 07:20:56 +00:00
incorrect_case.rs
invalid_derive_target.rs
json_is_not_rust.rs Import serde derives on converting json to struct 2022-08-06 20:12:21 +04:30
macro_error.rs Import serde derives on converting json to struct 2022-08-06 20:12:21 +04:30
malformed_derive.rs
mismatched_arg_count.rs internal: extract common code for adjusting diagnostic range 2022-07-23 22:24:44 +01:00
missing_fields.rs fix: consider assignee expressions in record fields exhaustiveness check 2022-07-24 22:40:04 +09:00
missing_match_arms.rs fix: a bunch of typos 2022-08-17 21:44:58 +08:00
missing_unsafe.rs
no_such_field.rs Fix panic in no_such_field when using tuple fields on record structs 2022-08-11 10:41:30 +02:00
replace_filter_map_next_with_find_map.rs
type_mismatch.rs internal: extract common code for adjusting diagnostic range 2022-07-23 22:24:44 +01:00
unimplemented_builtin_macro.rs
unlinked_file.rs Run cargo fmt 2022-07-20 15:06:15 +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