rust/src/test/ui/let-else
est31 7b55d17a2f Reduce span of let else irrefutable_let_patterns warning
Huge spans aren't good for IDE users as they underline constructs that
are possibly multiline.
2022-10-30 05:05:21 +01:00
..
const-fn.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
issue-94176.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
issue-94176.stderr Add regression test for #94176 2022-08-12 10:03:57 +02:00
issue-99975.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
issue-100103.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
issue-102317.rs use build-pass for the test 2022-09-30 21:04:03 +08:00
let-else-allow-in-expr.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-allow-in-expr.stderr Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-allow-unused.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-allow-unused.stderr Expand let-else allow tests 2022-02-21 04:38:39 +01:00
let-else-binding-explicit-mut-annotated.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-binding-explicit-mut-annotated.stderr lower let-else in MIR instead 2022-07-11 23:20:36 +02:00
let-else-binding-explicit-mut-borrow.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-binding-explicit-mut-borrow.stderr let-else: add match-ergonomics tests adapted from rfc2005 2021-12-13 14:02:41 +11:00
let-else-binding-explicit-mut-pass.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-binding-explicit-mut.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-binding-explicit-mut.stderr let-else: add match-ergonomics tests adapted from rfc2005 2021-12-13 14:02:41 +11:00
let-else-binding-immutable.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-binding-immutable.stderr let-else: add match-ergonomics tests adapted from rfc2005 2021-12-13 14:02:41 +11:00
let-else-bindings.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-bool-binop-init.fixed Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-bool-binop-init.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-bool-binop-init.stderr Some "parenthesis" and "parentheses" fixes 2021-10-17 12:04:01 +02:00
let-else-brace-before-else.fixed Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-brace-before-else.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-brace-before-else.stderr Migrate more rustc_parse diagnostics to diagnostic structs 2022-09-27 20:29:18 +02:00
let-else-check.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-check.stderr Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-deref-coercion-annotated.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-deref-coercion.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-deref-coercion.stderr let-else: add deref-coercion tests 2021-12-13 14:02:41 +11:00
let-else-destructuring.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-destructuring.stderr Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-drop-order.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-drop-order.run.stdout Add matrix based test for documenting the let / let else temporary drop order 2022-09-05 13:06:23 +02:00
let-else-if.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-if.stderr Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-irrefutable.rs Reduce span of let else irrefutable_let_patterns warning 2022-10-30 05:05:21 +01:00
let-else-irrefutable.stderr Reduce span of let else irrefutable_let_patterns warning 2022-10-30 05:05:21 +01:00
let-else-missing-semicolon.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-missing-semicolon.stderr Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-no-double-error.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-no-double-error.stderr let-else: add match-ergonomics tests adapted from rfc2005 2021-12-13 14:02:41 +11:00
let-else-non-copy.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-non-diverging.rs fix some typos 2022-10-21 18:04:00 +08:00
let-else-non-diverging.stderr let-else: test else block with non-never uninhabited type 2022-10-07 03:05:27 +02:00
let-else-ref-bindings-pass.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-ref-bindings.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-ref-bindings.stderr lower let-else in MIR instead 2022-07-11 23:20:36 +02:00
let-else-run-pass.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-scope.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-scope.stderr Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-slicing-error.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-slicing-error.stderr Add regression test for #92069 2022-02-21 04:45:40 +01:00
let-else-source-expr-nomove-pass.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-temp-borrowck.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-temporary-lifetime.rs Remove the let_else feature gate from the testsuite 2022-09-15 21:21:14 +02:00
let-else-then-diverge.rs more dupe word typos 2022-10-14 12:57:56 +08:00
let-else-then-diverge.stderr more dupe word typos 2022-10-14 12:57:56 +08:00
let-else.rs Stabilize the let_else feature 2022-09-15 21:06:45 +02:00