List of all items
Structs
Enums
Macros
Functions
- adjusted_display_range
- build_lints_map
- default_lint_severity
- find_outline_mod_lint_severity
- fix
- full_diagnostics
- handle_diag_from_macros
- handle_lints
- handlers::await_outside_of_async::await_outside_of_async
- handlers::bad_rtn::bad_rtn
- handlers::break_outside_of_loop::break_outside_of_loop
- handlers::cannot_be_dereferenced::cannot_be_dereferenced
- handlers::duplicate_field::duplicate_field
- handlers::elided_lifetimes_in_path::elided_lifetimes_in_path
- handlers::expected_array_or_slice_pat::expected_array_or_slice_pat
- handlers::expected_function::expected_function
- handlers::explicit_drop_method_use::explicit_drop_method_use
- handlers::explicit_drop_method_use::fix_method_call
- handlers::explicit_drop_method_use::fix_path
- handlers::field_shorthand::check_expr_field_shorthand
- handlers::field_shorthand::check_pat_field_shorthand
- handlers::field_shorthand::field_shorthand
- handlers::fru_in_destructuring_assignment::fru_in_destructuring_assignment
- handlers::functional_record_update_on_non_struct::functional_record_update_on_non_struct
- handlers::generic_args_prohibited::describe_reason
- handlers::generic_args_prohibited::fixes
- handlers::generic_args_prohibited::generic_args_prohibited
- handlers::generic_default_refers_to_self::generic_default_refers_to_self
- handlers::inactive_code::inactive_code
- handlers::incoherent_impl::incoherent_impl
- handlers::incorrect_case::fixes
- handlers::incorrect_case::incorrect_case
- handlers::incorrect_generics_len::incorrect_generics_len
- handlers::incorrect_generics_order::incorrect_generics_order
- handlers::invalid_cast::cast_to_unsized
- handlers::invalid_cast::invalid_cast
- handlers::invalid_derive_target::invalid_derive_target
- handlers::invalid_lhs_of_assignment::invalid_lhs_of_assignment
- handlers::invalid_range_pat_type::invalid_range_pat_type
- handlers::json_is_not_rust::json_in_items
- handlers::macro_error::macro_def_error
- handlers::macro_error::macro_error
- handlers::malformed_derive::malformed_derive
- handlers::method_call_illegal_sized_bound::method_call_illegal_sized_bound
- handlers::mismatched_arg_count::invalid_args_range
- handlers::mismatched_arg_count::mismatched_arg_count
- handlers::mismatched_arg_count::mismatched_tuple_struct_pat_arg_count
- handlers::mismatched_array_pat_len::mismatched_array_pat_len
- handlers::missing_fields::fixes
- handlers::missing_fields::get_default_constructor
- handlers::missing_fields::make_ty
- handlers::missing_fields::missing_fields
- handlers::missing_lifetime::missing_lifetime
- handlers::missing_match_arms::missing_match_arms
- handlers::missing_unsafe::display_unsafety_reason
- handlers::missing_unsafe::fixes
- handlers::missing_unsafe::missing_unsafe
- handlers::missing_unsafe::needs_parentheses
- handlers::missing_unsafe::pick_best_node_to_add_unsafe_block
- handlers::moved_out_of_ref::moved_out_of_ref
- handlers::mutability_errors::need_mut
- handlers::mutability_errors::token
- handlers::mutability_errors::unused_mut
- handlers::no_such_field::fixes
- handlers::no_such_field::missing_record_expr_field_fixes
- handlers::no_such_field::no_such_field
- handlers::non_exhaustive_let::early_text
- handlers::non_exhaustive_let::fixes
- handlers::non_exhaustive_let::non_exhaustive_let
- handlers::non_exhaustive_let::return_text
- handlers::non_exhaustive_record_expr::non_exhaustive_record_expr
- handlers::non_exhaustive_record_pat::non_exhaustive_record_pat
- handlers::parenthesized_generic_args_without_fn_trait::parenthesized_generic_args_without_fn_trait
- handlers::pattern_arg_in_extern_fn::pattern_arg_in_extern_fn
- handlers::private_assoc_item::private_assoc_item
- handlers::private_field::field_is_private_fixes
- handlers::private_field::private_field
- handlers::remove_trailing_return::fixes
- handlers::remove_trailing_return::remove_trailing_return
- handlers::remove_unnecessary_else::fixes
- handlers::remove_unnecessary_else::remove_unnecessary_else
- handlers::replace_filter_map_next_with_find_map::fixes
- handlers::replace_filter_map_next_with_find_map::replace_filter_map_next_with_find_map
- handlers::trait_impl_incorrect_safety::trait_impl_incorrect_safety
- handlers::trait_impl_missing_assoc_item::trait_impl_missing_assoc_item
- handlers::trait_impl_orphan::trait_impl_orphan
- handlers::trait_impl_redundant_assoc_item::find_insert_after
- handlers::trait_impl_redundant_assoc_item::quickfix_for_redundant_assoc_item
- handlers::trait_impl_redundant_assoc_item::trait_impl_redundant_assoc_item
- handlers::type_mismatch::add_missing_ok_or_some
- handlers::type_mismatch::add_reference
- handlers::type_mismatch::fixes
- handlers::type_mismatch::remove_semicolon
- handlers::type_mismatch::remove_unnecessary_wrapper
- handlers::type_mismatch::str_ref_to_owned
- handlers::type_mismatch::type_mismatch
- handlers::type_must_be_known::type_must_be_known
- handlers::typed_hole::fixes
- handlers::typed_hole::typed_hole
- handlers::undeclared_label::undeclared_label
- handlers::unimplemented_builtin_macro::unimplemented_builtin_macro
- handlers::unimplemented_trait::unimplemented_trait
- handlers::union_expr_must_have_exactly_one_field::union_expr_must_have_exactly_one_field
- handlers::unlinked_file::fixes
- handlers::unlinked_file::make_fixes
- handlers::unlinked_file::unlinked_file
- handlers::unreachable_label::unreachable_label
- handlers::unresolved_assoc_item::unresolved_assoc_item
- handlers::unresolved_extern_crate::unresolved_extern_crate
- handlers::unresolved_field::add_field_to_struct_fix
- handlers::unresolved_field::add_variant_to_union
- handlers::unresolved_field::field_fix
- handlers::unresolved_field::fixes
- handlers::unresolved_field::method_fix
- handlers::unresolved_field::record_field_layout
- handlers::unresolved_field::unresolved_field
- handlers::unresolved_ident::unresolved_ident
- handlers::unresolved_import::unresolved_import
- handlers::unresolved_macro_call::unresolved_macro_call
- handlers::unresolved_method::assoc_func_fix
- handlers::unresolved_method::field_fix
- handlers::unresolved_method::fixes
- handlers::unresolved_method::unresolved_method
- handlers::unresolved_module::fixes
- handlers::unresolved_module::unresolved_module
- handlers::unused_must_use::unused_must_use
- handlers::unused_variables::fixes
- handlers::unused_variables::unused_variables
- handlers::useless_braces::useless_braces
- lint_attrs
- lint_groups
- lint_severity_at
- semantic_diagnostics
- syntax_diagnostics
- unresolved_fix