]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/mismatched_types/E0409.stderr
resolve, inconsistent binding mode: tweak wording.
[rust.git] / src / test / ui / mismatched_types / E0409.stderr
index f5c8b02ae27223c02a5ff9cae43db644e1e7b167..ef03b67b1b0b19db03bec5b038bdc717c315cb8b 100644 (file)
@@ -1,4 +1,4 @@
-error[E0409]: variable `y` is bound in inconsistent ways within the same match arm
+error[E0409]: variable `y` is bound inconsistently across alternatives separated by `|`
   --> $DIR/E0409.rs:5:23
    |
 LL |         (0, ref y) | (y, 0) => {}