]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/loop.rs
Merge pull request #681 from rust-lang-nursery/comment-style
[rust.git] / tests / target / loop.rs
index fea5bfe2cb25cf7cbc81785f42ace62276873bb7..648fe826e8f4aa7567a87e71da13703308f9c1be 100644 (file)
@@ -25,5 +25,8 @@ fn main() {
 
     while let Some(i) = x.find('s') {
         x.update();
+        // FIXME #184
+        // continue;
+        // continue 'foo;
     }
 }