summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2497-if-let-chains/avoid-invalid-mir.stderr
blob: 3eaccde3b745c0800617e62850969a8774eef223 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected expression, found `let` statement
  --> $DIR/avoid-invalid-mir.rs:5:6
   |
LL |     !let y = 42;
   |      ^^^
   |
   = note: only supported directly in conditions of `if` and `while` expressions

error: aborting due to previous error