提交 b5fc4ae9 编写于 作者: N Niko Matsakis

Correct match-drop-strs-issue-4541 when used in check-fast

上级 a6d64df6
......@@ -3,9 +3,10 @@
// or double-free, as we were wont to do in the past.
use std::io;
use std::os;
fn parse_args() -> ~str {
let args = std::os::args();
let args = os::args();
let mut n = 0;
while n < args.len() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册