]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/empty_loop.stderr
iterate List by value
[rust.git] / tests / ui / empty_loop.stderr
index 41b79900425103bcde10fd81149b8b977438e53f..e44c58ea770aebab69d41c1d82ac83f02fd85dc8 100644 (file)
@@ -1,5 +1,5 @@
 error: empty `loop {}` detected. You may want to either use `panic!()` or add `std::thread::sleep(..);` to the loop body.
-  --> $DIR/empty_loop.rs:10:5
+  --> $DIR/empty_loop.rs:9:5
    |
 LL |     loop {}
    |     ^^^^^^^
@@ -7,13 +7,13 @@ LL |     loop {}
    = note: `-D clippy::empty-loop` implied by `-D warnings`
 
 error: empty `loop {}` detected. You may want to either use `panic!()` or add `std::thread::sleep(..);` to the loop body.
-  --> $DIR/empty_loop.rs:12:9
+  --> $DIR/empty_loop.rs:11:9
    |
 LL |         loop {}
    |         ^^^^^^^
 
 error: empty `loop {}` detected. You may want to either use `panic!()` or add `std::thread::sleep(..);` to the loop body.
-  --> $DIR/empty_loop.rs:16:9
+  --> $DIR/empty_loop.rs:15:9
    |
 LL |         'inner: loop {}
    |         ^^^^^^^^^^^^^^^