]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/file-lines-3.rs
fix internal error for long closure types (#3653)
[rust.git] / tests / source / file-lines-3.rs
index 73d482695d6ee4dd8a26ac23819ffeddceda6689..4b825b9f58ceecbd190969f3fb5f95c8a89f6560 100644 (file)
@@ -17,7 +17,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()),