Skip to content

Commit 713b358

Browse files
committed
rustc: Remove // */ sequence from trans/base.rs; it breaks vi syntax highlighting
1 parent 0eae490 commit 713b358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/trans/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ fn invoke_(bcx: block, llfn: ValueRef, llargs: [ValueRef],
27192719
for a in llargs {
27202720
io::println(" a: " + lib::llvm::type_to_str(bcx.ccx().tn,
27212721
val_ty(a)));
2722-
}// */
2722+
}*/
27232723
invoker(bcx, llfn, llargs, normal_bcx.llbb, get_landing_pad(bcx));
27242724
ret normal_bcx;
27252725
}

0 commit comments

Comments
 (0)