rust/tests/ui/pattern/deref-patterns
2025-04-30 10:44:24 +03:00
..
bindings.rs move existing tests away from using boxes 2025-04-24 14:25:27 -07:00
branch.rs pattern typing for immutable implicit deref patterns 2025-04-16 14:42:56 -07:00
byte-string-type-errors.rs compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
byte-string-type-errors.stderr compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
cant_move_out_of_pattern.rs move existing tests away from using boxes 2025-04-24 14:25:27 -07:00
cant_move_out_of_pattern.stderr move existing tests away from using boxes 2025-04-24 14:25:27 -07:00
closure_capture.rs lower deref patterns on boxes using built-in derefs 2025-04-24 14:25:27 -07:00
deref-box.rs Test partial moves via deref pats 2025-04-27 17:25:15 +02:00
dont-ice-on-slice-in-deref-pat-in-closure.rs EUV: fix place of deref pattern's interior's scrutinee 2025-03-13 01:01:26 -07:00
fake_borrows.rs move existing tests away from using boxes 2025-04-24 14:25:27 -07:00
fake_borrows.stderr move existing tests away from using boxes 2025-04-24 14:25:27 -07:00
implicit-const-deref.rs don't peel ADTs the pattern could match 2025-04-16 15:42:12 -07:00
implicit-const-deref.stderr don't peel ADTs the pattern could match 2025-04-16 15:42:12 -07:00
implicit-cow-deref.rs move existing tests away from using boxes 2025-04-24 14:25:27 -07:00
needs-gate.rs make [u8] and [u8;N] literal patterns usable in deref patterns 2025-04-22 13:19:20 -07:00
needs-gate.stderr make [u8] and [u8;N] literal patterns usable in deref patterns 2025-04-22 13:19:20 -07:00
recursion-limit.rs respect the tcx's recursion limit when peeling 2025-04-16 15:42:12 -07:00
recursion-limit.stderr respect the tcx's recursion limit when peeling 2025-04-16 15:42:12 -07:00
ref-mut.rs register DerefMut bounds for implicit mutable derefs 2025-04-16 14:42:56 -07:00
ref-mut.stderr register DerefMut bounds for implicit mutable derefs 2025-04-16 14:42:56 -07:00
strings.rs make [u8] and [u8;N] literal patterns usable in deref patterns 2025-04-22 13:19:20 -07:00
typeck.rs pattern typing for immutable implicit deref patterns 2025-04-16 14:42:56 -07:00
typeck_fail.rs make str literal patterns usable in deref patterns 2025-04-22 13:19:17 -07:00
typeck_fail.stderr make str literal patterns usable in deref patterns 2025-04-22 13:19:17 -07:00
unsatisfied-bounds.rs compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
unsatisfied-bounds.stderr pattern typing for immutable implicit deref patterns 2025-04-16 14:42:56 -07:00