rust/tests/ui/closures/2229_closure_analysis/run_pass
许杰友 Jieyou Xu (Joe) edafbaffb2
Adjust UI tests for unit_bindings
- Either explicitly annotate `let x: () = expr;` where `x` has unit
  type, or remove the unit binding to leave only `expr;` instead.
- Fix disjoint-capture-in-same-closure test
2023-06-12 20:24:48 +08: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
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
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