]> 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 29a0e6bb20f58e6f499e869da035a21daf900729..4b825b9f58ceecbd190969f3fb5f95c8a89f6560 100644 (file)
@@ -17,6 +17,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()),