rustc: Remove // */
sequence from trans/base.rs; it breaks vi syntax highlighting
This commit is contained in:
parent
0eae490669
commit
713b3585c6
@ -2719,7 +2719,7 @@ fn invoke_(bcx: block, llfn: ValueRef, llargs: [ValueRef],
|
||||
for a in llargs {
|
||||
io::println(" a: " + lib::llvm::type_to_str(bcx.ccx().tn,
|
||||
val_ty(a)));
|
||||
}// */
|
||||
}*/
|
||||
invoker(bcx, llfn, llargs, normal_bcx.llbb, get_landing_pad(bcx));
|
||||
ret normal_bcx;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user