]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/impossible_range.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / impossible_range.stderr
index 0754dbc796b4eaaf666858f9bf37f34de1937a88..cfeaa53a6bb188c5426d2ac803138c5f137337da 100644 (file)
@@ -1,5 +1,5 @@
 error[E0586]: inclusive range with no end
-  --> $DIR/impossible_range.rs:20:8
+  --> $DIR/impossible_range.rs:18:8
    |
 LL |     ..=; //~ERROR inclusive range with no end
    |        ^
@@ -7,7 +7,7 @@ LL |     ..=; //~ERROR inclusive range with no end
    = help: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
 
 error[E0586]: inclusive range with no end
-  --> $DIR/impossible_range.rs:27:9
+  --> $DIR/impossible_range.rs:25:9
    |
 LL |     0..=; //~ERROR inclusive range with no end
    |         ^
@@ -16,4 +16,4 @@ LL |     0..=; //~ERROR inclusive range with no end
 
 error: aborting due to 2 previous errors
 
-If you want more information on this error, try using "rustc --explain E0586"
+For more information about this error, try `rustc --explain E0586`.