rust-analyzer/crates/ide_diagnostics/src/handlers
Florian Diebold 2ef541b35f Cleanups
2022-03-21 16:46:01 +01: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 Add new type-mismatch diagnostic 2022-03-21 16:46:01 +01:00
inactive_code.rs Fix detection of macro file in inactive-code diag 2021-08-04 18:02:45 +02:00
incorrect_case.rs fix: lookup upwards for struct and enum 2021-12-12 01:23:27 +09:00
invalid_derive_target.rs fix: Diagnose invalid derive attribute input 2021-11-19 13:17:35 +01:00
macro_error.rs More correct $crate handling in eager macros 2022-01-27 16:57:53 +01:00
malformed_derive.rs fix: Diagnose invalid derive attribute input 2021-11-19 13:17:35 +01:00
mismatched_arg_count.rs Initial support for #[rustc_legacy_const_generics] 2021-12-17 18:45:56 +01:00
missing_fields.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
missing_match_arms.rs Add new type-mismatch diagnostic 2022-03-21 16:46:01 +01: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
replace_filter_map_next_with_find_map.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
type_mismatch.rs Cleanups 2022-03-21 16:46:01 +01:00
unimplemented_builtin_macro.rs internal: document diagnostics crate 2021-06-14 19:45:39 +03:00
unlinked_file.rs fix clippy::redundant_closure 2022-03-12 16:50:49 +01: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 fix: Show what file paths were expected for unresolved modules 2022-03-11 17:08:30 +01: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