rust/clippy_lints/src
2022-02-26 14:49:39 +00:00
..
cargo Merge cargo lints 2022-02-13 17:36:33 -05:00
casts Allow various type erasure patterns in transmute_undefined_repr 2022-02-18 15:02:25 -05:00
functions update clippy 2022-02-21 07:09:11 +01:00
loops Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
matches Merge remote-tracking branch 'upstream/master' into rustup 2022-02-24 19:32:17 +01:00
methods Replace some more paths with diagnostic items 2022-02-25 15:38:06 +00:00
misc_early Update clippy 2022-01-23 19:31:32 +08:00
transmute Merge remote-tracking branch 'upstream/master' into rustup 2022-02-24 19:32:17 +01:00
types Replace a few paths with diagnostic items 2022-02-12 11:44:28 +00:00
unit_types Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
utils Merge remote-tracking branch 'upstream/master' into rustup 2022-02-24 19:32:17 +01:00
absurd_extreme_comparisons.rs
approx_const.rs Update clippy 2022-01-23 19:31:32 +08:00
arithmetic.rs
as_conversions.rs Update clippy 2022-01-23 19:31:32 +08:00
asm_syntax.rs
assertions_on_constants.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
assign_ops.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
async_yields_async.rs
attrs.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
await_holding_invalid.rs Move await_holding_* lints to suspicious and improve doc 2022-02-17 18:03:17 +01:00
bit_mask.rs Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup 2022-01-17 13:29:07 +01:00
blacklisted_name.rs
blocks_in_if_conditions.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
bool_assert_comparison.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
booleans.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
borrow_as_ptr.rs Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup 2022-01-27 15:12:45 +01:00
bytecount.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
case_sensitive_file_extension_comparisons.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
checked_conversions.rs
cognitive_complexity.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
collapsible_if.rs
collapsible_match.rs
comparison_chain.rs
copies.rs Auto merge of #93001 - flip1995:clippyup, r=Manishearth 2022-01-18 02:32:36 +00:00
copy_iterator.rs
create_dir.rs
dbg_macro.rs Migrate dbg_macro to late pass 2022-02-11 15:56:10 +00:00
default_numeric_fallback.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
default_union_representation.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
default.rs Don't lint Default::default if it is the udpate syntax base 2022-02-17 10:04:25 +01:00
deprecated_lints.rs
dereference.rs Don't lint needless_borrow in method receiver positions 2022-02-17 16:21:53 +01:00
derivable_impls.rs
derive.rs Replace a few paths with diagnostic items 2022-02-12 11:44:28 +00:00
disallowed_methods.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
disallowed_script_idents.rs Update clippy 2022-01-23 19:31:32 +08:00
disallowed_types.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
doc.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
double_comparison.rs
double_parens.rs
drop_forget_ref.rs Replace some more paths with diagnostic items 2022-02-25 15:38:06 +00:00
duration_subsec.rs Replace a few paths with diagnostic items 2022-02-12 11:44:28 +00:00
else_if_without_else.rs Update clippy 2022-01-23 19:31:32 +08:00
empty_enum.rs
entry.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
enum_clike.rs
enum_variants.rs Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup 2022-01-27 15:12:45 +01:00
eq_op.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-02-24 19:32:17 +01:00
equatable_if_let.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
erasing_op.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
escape.rs Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr 2022-01-16 11:19:21 +00:00
eta_reduction.rs fix typo 2022-02-24 00:25:07 +09:00
eval_order_dependence.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
excessive_bools.rs
exhaustive_items.rs
exit.rs Return a LocalDefId in get_parent_item. 2022-01-15 21:26:20 +01:00
explicit_write.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
fallible_impl_from.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
float_equality_without_abs.rs
float_literal.rs Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup 2021-12-30 15:10:43 +01:00
floating_point_arithmetic.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
format_args.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-02-24 19:32:17 +01:00
format_impl.rs Add print_in_format_impl lint 2022-02-25 21:10:06 +00:00
format.rs Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup 2022-01-17 13:29:07 +01:00
formatting.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
from_over_into.rs Update clippy 2022-01-23 19:31:32 +08:00
from_str_radix_10.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
future_not_send.rs
get_last_with_len.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
identity_op.rs Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup 2021-12-30 15:10:43 +01:00
if_let_mutex.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
if_not_else.rs
if_then_some_else_none.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
implicit_hasher.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
implicit_return.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
implicit_saturating_sub.rs Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup 2021-12-30 15:10:43 +01:00
inconsistent_struct_constructor.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
index_refutable_slice.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
indexing_slicing.rs
infinite_iter.rs Replace a few paths with diagnostic items 2022-02-12 11:44:28 +00:00
inherent_impl.rs
inherent_to_string.rs Return a LocalDefId in get_parent_item. 2022-01-15 21:26:20 +01:00
init_numbered_fields.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
inline_fn_without_body.rs
int_plus_one.rs
integer_division.rs
invalid_upcast_comparisons.rs
items_after_statements.rs Update clippy 2022-01-23 19:31:32 +08:00
iter_not_returning_iterator.rs Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup 2022-01-17 13:29:07 +01:00
large_const_arrays.rs Overhaul Const. 2022-02-15 16:19:59 +11:00
large_enum_variant.rs fix 2022-02-21 13:25:53 +09:00
large_stack_arrays.rs Overhaul Const. 2022-02-15 16:19:59 +11:00
len_zero.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
let_if_seq.rs
let_underscore.rs initial revert 2022-01-15 01:16:55 +00:00
lib.deprecated.rs
lib.register_all.rs Add print_in_format_impl lint 2022-02-25 21:10:06 +00:00
lib.register_cargo.rs Merge cargo lints 2022-02-13 17:36:33 -05:00
lib.register_complexity.rs Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup 2022-01-27 15:12:45 +01:00
lib.register_correctness.rs Rename RecursiveFormatImpl to FormatImpl 2022-02-25 18:22:55 +00:00
lib.register_internal.rs
lib.register_lints.rs Add print_in_format_impl lint 2022-02-25 21:10:06 +00:00
lib.register_nursery.rs Move transmute_undefined_repr back to nursery 2022-02-15 10:54:38 +01:00
lib.register_pedantic.rs Move await_holding_* lints to suspicious and improve doc 2022-02-17 18:03:17 +01:00
lib.register_perf.rs Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup 2022-01-17 13:29:07 +01:00
lib.register_restriction.rs Split off new lint deref_by_slicing from redundant_slicing 2022-02-17 00:02:26 -05:00
lib.register_style.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
lib.register_suspicious.rs Add print_in_format_impl lint 2022-02-25 21:10:06 +00:00
lib.rs Rename RecursiveFormatImpl to FormatImpl 2022-02-25 18:22:55 +00:00
lifetimes.rs Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup 2022-01-27 15:12:45 +01:00
literal_representation.rs Update clippy 2022-01-23 19:31:32 +08:00
macro_use.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
main_recursion.rs
manual_assert.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
manual_async_fn.rs Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup 2022-01-27 15:12:45 +01:00
manual_bits.rs Replace some more paths with diagnostic items 2022-02-25 15:38:06 +00:00
manual_map.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
manual_non_exhaustive.rs Update clippy 2022-01-23 19:31:32 +08:00
manual_ok_or.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
manual_strip.rs Update clippy 2022-01-23 19:31:32 +08:00
manual_unwrap_or.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
map_clone.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
map_err_ignore.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
map_unit_fn.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
match_on_vec_items.rs
match_result_ok.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
match_str_case_mismatch.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
mem_forget.rs Replace some more paths with diagnostic items 2022-02-25 15:38:06 +00:00
mem_replace.rs Replace some more paths with diagnostic items 2022-02-25 15:38:06 +00:00
minmax.rs Replace a few paths with diagnostic items 2022-02-12 11:44:28 +00:00
misc.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
missing_const_for_fn.rs Update clippy 2022-01-23 19:31:32 +08:00
missing_doc.rs
missing_enforced_import_rename.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
missing_inline.rs
module_style.rs Update clippy 2022-01-23 19:31:32 +08:00
modulo_arithmetic.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
mut_key.rs update clippy 2022-02-21 07:09:11 +01:00
mut_mut.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
mut_mutex_lock.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
mut_reference.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
mutable_debug_assertion.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-01-27 14:23:31 +01:00
mutex_atomic.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
needless_arbitrary_self_type.rs
needless_bitwise_bool.rs
needless_bool.rs Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup 2021-12-30 15:10:43 +01:00
needless_borrowed_ref.rs
needless_continue.rs
needless_for_each.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
needless_late_init.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
needless_option_as_deref.rs remove TyS::same_type 2022-02-01 11:21:26 +01:00
needless_pass_by_value.rs initial revert 2022-01-15 01:16:55 +00:00
needless_question_mark.rs remove TyS::same_type 2022-02-01 11:21:26 +01:00
needless_update.rs
neg_cmp_op_on_partial_ord.rs
neg_multiply.rs Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup 2021-12-30 15:10:43 +01:00
new_without_default.rs Disable `[new-without-default]` for new() methods that are marked with '#[doc(hidden)]' 2022-02-25 16:34:37 +01:00
no_effect.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
non_copy_const.rs Overhaul Const. 2022-02-15 16:19:59 +11:00
non_expressive_names.rs Update clippy 2022-01-23 19:31:32 +08:00
non_octal_unix_permissions.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
non_send_fields_in_send_ty.rs update clippy 2022-02-21 07:09:11 +01:00
nonstandard_macro_braces.rs
octal_escapes.rs Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup 2022-01-27 15:12:45 +01:00
open_options.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
option_env_unwrap.rs
option_if_let_else.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
overflow_check_conditional.rs
panic_in_result_fn.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
panic_unimplemented.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
partialeq_ne_impl.rs
pass_by_ref_or_value.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
path_buf_push_overwrite.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
pattern_type_mismatch.rs
precedence.rs
ptr_eq.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
ptr_offset_with_cast.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
ptr.rs Fix counting the number of unchangeable arguments in ptr_arg 2022-02-23 01:04:49 -05:00
question_mark.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
ranges.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
redundant_clone.rs Replace some more paths with diagnostic items 2022-02-25 15:38:06 +00:00
redundant_closure_call.rs Update clippy 2022-01-23 19:31:32 +08:00
redundant_else.rs Update clippy 2022-01-23 19:31:32 +08:00
redundant_field_names.rs Update clippy 2022-01-23 19:31:32 +08:00
redundant_pub_crate.rs
redundant_slicing.rs Move some cases from redundant_slicing to deref_by_slicing 2022-02-17 00:02:33 -05:00
redundant_static_lifetimes.rs
ref_option_ref.rs
reference.rs Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup 2022-01-27 15:12:45 +01:00
regex.rs
repeat_once.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
return_self_not_must_use.rs Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup 2022-01-17 13:29:07 +01:00
returns.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
same_name_method.rs Store a Symbol instead of an Ident in AssocItem 2022-01-19 17:13:21 -05:00
self_assignment.rs
self_named_constructors.rs Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr 2022-01-16 11:19:21 +00:00
semicolon_if_nothing_returned.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
serde_api.rs
shadow.rs Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup 2021-12-30 15:10:43 +01:00
single_char_lifetime_names.rs Update clippy 2022-01-23 19:31:32 +08:00
single_component_path_imports.rs Update clippy 2022-01-23 19:31:32 +08:00
size_of_in_element_count.rs Replace some more paths with diagnostic items 2022-02-25 15:38:06 +00:00
slow_vector_initialization.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
stable_sort_primitive.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
strings.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
strlen_on_c_strings.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
suspicious_operation_groupings.rs Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu 2022-01-17 09:40:29 +00:00
suspicious_trait_impl.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
swap.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
tabs_in_doc_comments.rs Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup 2021-12-30 15:10:43 +01:00
temporary_assignment.rs
to_digit_is_some.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
trailing_empty_array.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
trait_bounds.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-02-24 19:32:17 +01:00
transmuting_null.rs
try_err.rs
undocumented_unsafe_blocks.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
undropped_manually_drops.rs Replace some more paths with diagnostic items 2022-02-25 15:38:06 +00:00
unicode.rs
uninit_vec.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
unit_hash.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
unit_return_expecting_ord.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
unnamed_address.rs
unnecessary_self_imports.rs
unnecessary_sort_by.rs Use the precise namespace for Reverse 2022-02-23 06:06:09 +09:00
unnecessary_wraps.rs
unnested_or_patterns.rs Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup 2022-01-27 15:12:45 +01:00
unsafe_removed_from_name.rs Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup 2021-12-30 15:10:43 +01:00
unused_async.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
unused_io_amount.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
unused_self.rs Return a LocalDefId in get_parent_item. 2022-01-15 21:26:20 +01:00
unused_unit.rs
unwrap_in_result.rs Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
unwrap.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
upper_case_acronyms.rs Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup 2021-12-30 15:10:43 +01:00
use_self.rs change to a struct variant 2022-02-12 11:23:53 +00:00
useless_conversion.rs
vec_init_then_push.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
vec_resize_to_zero.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
vec.rs
verbose_file_reads.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
wildcard_imports.rs
write.rs Correctly mark the span of captured arguments in format_args!() 2022-02-16 07:34:06 +00:00
zero_div_zero.rs
zero_sized_map_values.rs Return a LocalDefId in get_parent_item. 2022-01-15 21:26:20 +01:00