]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/shadow.stderr
Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup
[rust.git] / src / tools / clippy / tests / ui / shadow.stderr
index 7fa58cf76499b8016b9c062a647ef041cc5d2444..8a831375b412dacdd4f705df37df47b507ca5823 100644 (file)
@@ -104,7 +104,7 @@ note: previous binding is here
 LL |     let x = (1, x);
    |         ^
 
-error: `x` is shadowed by `y`
+error: `x` is being shadowed
   --> $DIR/shadow.rs:34:9
    |
 LL |     let x = y;