driver: remove unboxed closures
This commit is contained in:
parent
bf52e262e2
commit
b4ccc90166
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ fn write_out_deps(sess: &Session,
|
|||
_ => return,
|
||||
};
|
||||
|
||||
let result = (|| -> io::IoResult<()> {
|
||||
let result = (|&:| -> io::IoResult<()> {
|
||||
// Build a list of files used to compile the output and
|
||||
// write Makefile-compatible dependency rules
|
||||
let files: Vec<String> = sess.codemap().files.borrow()
|
||||
|
|
Loading…
Add table
Reference in a new issue