]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/file-lines-2.rs
Tidy up and pass tests
[rust.git] / tests / target / file-lines-2.rs
index c889fc3fd6659adcc2c7dd05da60bb3c2990fb35..bc25698c2ed0d84901db6572795b6fd6c2159830 100644 (file)
@@ -12,6 +12,7 @@ fn floaters() {
     {
         match x {
             PushParam => {
+                // comment
                 stack.push(mparams[match cur.to_digit(10) {
                                             Some(d) => d as usize - 1,
                                             None => return Err("bad param number".to_owned()),