]> 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 db4902d49b7c5ec6aee974eb2dc1250a990e2324..bc25698c2ed0d84901db6572795b6fd6c2159830 100644 (file)
@@ -12,7 +12,7 @@ fn floaters() {
     {
         match x {
             PushParam => {
-                // params are 1-indexed
+                // comment
                 stack.push(mparams[match cur.to_digit(10) {
                                             Some(d) => d as usize - 1,
                                             None => return Err("bad param number".to_owned()),