rust/tests/ui/closures/2229_closure_analysis/run_pass
2023-06-14 09:28:54 +02:00
..
box.rs
by_value.rs
capture_with_wildcard_match.rs
capture-disjoint-field-struct.rs
capture-disjoint-field-tuple-mut.rs
capture-disjoint-field-tuple.rs
destructure_patterns.rs
destructure_patterns.stderr
destructure-pattern-closure-within-closure.rs
destructure-pattern-closure-within-closure.stderr
disjoint-capture-in-same-closure.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
drop_then_use_fake_reads.rs Rename drop_ref lint to dropping_references 2023-05-21 14:16:41 +02:00
edition.rs
filter-on-struct-member.rs
fru_syntax.rs
issue-87378.rs
issue-88372.rs
issue-88431.rs
issue-88476.rs
lit-pattern-matching-with-methods.rs s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList 2023-06-14 09:28:54 +02:00
move_closure.rs
multilevel-path-1.rs
multilevel-path-2.rs
multilevel-path-3.rs
multivariant.rs
mut_ref_struct_mem.rs
mut_ref.rs
nested-closure.rs
struct-pattern-matching-with-methods.rs
tuple-struct-pattern-matching-with-methods.rs
unsafe_ptr.rs
use_of_mutable_borrow_and_fake_reads.rs