rust-analyzer/crates/ide-diagnostics/src/handlers
Philipp Hofer 04ac6f8405 Fix typo in error message for invalid casting
Corrected the spelling of "defererence" to "dereference" in the error message that informs users about invalid casting requirements.
2024-12-12 15:42:21 +01:00
..
await_outside_of_async.rs feat: Implement diagnostic for await outside of async 2024-08-05 21:47:57 +09:00
break_outside_of_loop.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
expected_function.rs Support AsyncFnX traits 2024-12-03 21:26:26 +02:00
field_shorthand.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
generic_args_prohibited.rs Complete diagnostics in ty lowering groundwork 2024-12-04 14:22:56 +02:00
inactive_code.rs Support cfg(true) and cfg(false) 2024-10-27 10:46:49 +02:00
incoherent_impl.rs move tt-iter into tt crate 2024-06-24 14:47:21 +02:00
incorrect_case.rs Fix ambiguity with CamelCase diagnostic messages 2024-09-29 16:35:37 +08:00
invalid_cast.rs Fix typo in error message for invalid casting 2024-12-12 15:42:21 +01:00
invalid_derive_target.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
json_is_not_rust.rs Reformat 2024-10-28 14:37:52 +01:00
macro_error.rs Split macro-error diagnostic so users can ignore only parts of it 2024-10-27 02:24:15 +02:00
malformed_derive.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
mismatched_arg_count.rs Surpress type mismatches in calls with mismatched arg counts 2024-08-05 16:15:28 +02:00
missing_fields.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
missing_match_arms.rs fix: Non-exhaustive structs may be empty 2024-12-09 14:12:22 +01:00
missing_unsafe.rs Properly handle different defaults for severity of lints 2024-12-11 20:48:41 +02:00
moved_out_of_ref.rs feat: Implement cast typechecks 2024-09-03 04:11:36 +09:00
mutability_errors.rs Reformat 2024-10-28 14:37:52 +01:00
no_such_field.rs Reformat 2024-10-28 14:37:52 +01:00
non_exhaustive_let.rs Temporarily remove non-working test case 2024-08-13 23:10:55 +09:00
private_assoc_item.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
private_field.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
remove_trailing_return.rs Reformat 2024-10-28 14:37:52 +01:00
remove_unnecessary_else.rs Reformat 2024-10-28 14:37:52 +01:00
replace_filter_map_next_with_find_map.rs Reformat 2024-10-28 14:37:52 +01:00
trait_impl_incorrect_safety.rs internal: Use improved adjusted_display_range for all diagnostics 2024-01-31 09:16:30 +01:00
trait_impl_missing_assoc_item.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
trait_impl_orphan.rs ide-diagnostics: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
trait_impl_redundant_assoc_item.rs Reformat 2024-10-28 14:37:52 +01:00
type_mismatch.rs minor: Migrate remove_unnecessary_wrapper to SyntaxEditor 2024-12-09 21:16:31 -05:00
typed_hole.rs Reformat 2024-10-28 14:37:52 +01:00
undeclared_label.rs Correctly resolve variables and labels from before macro definition in macro expansion 2024-10-22 21:49:17 +03:00
unimplemented_builtin_macro.rs ide-diagnostics: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
unlinked_file.rs Reformat 2024-10-28 14:37:52 +01:00
unreachable_label.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
unresolved_assoc_item.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
unresolved_extern_crate.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
unresolved_field.rs Reformat 2024-10-28 14:37:52 +01:00
unresolved_ident.rs Handle destructuring assignments uniformly 2024-10-20 19:09:51 +03:00
unresolved_import.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
unresolved_macro_call.rs Properly resolve prelude paths inside modules inside blocks 2024-10-27 19:23:12 +02:00
unresolved_method.rs Lay the foundation for diagnostics in ty lowering, and implement a first diagnostic 2024-12-04 14:22:56 +02:00
unresolved_module.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
unused_variables.rs Reformat 2024-10-28 14:37:52 +01:00
useless_braces.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00