]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/no_effect.stderr
Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkov
[rust.git] / src / tools / clippy / tests / ui / no_effect.stderr
index 834b9056e311df0c0847e6c2e7afb79f6647d9f5..6b24675ac2d42a8a934a85989394ca2920c44895 100644 (file)
@@ -108,6 +108,12 @@ error: statement with no effect
 LL |     5..6;
    |     ^^^^^
 
+error: statement with no effect
+  --> $DIR/no_effect.rs:83:5
+   |
+LL |     5..=6;
+   |     ^^^^^^
+
 error: statement with no effect
   --> $DIR/no_effect.rs:84:5
    |
@@ -150,5 +156,5 @@ error: statement with no effect
 LL |     FooString { s: s };
    |     ^^^^^^^^^^^^^^^^^^^
 
-error: aborting due to 25 previous errors
+error: aborting due to 26 previous errors