1
Fork 0

Add type annotation to deal with fallout

This commit is contained in:
Aaron Turon 2014-10-31 12:54:10 -07:00
parent 7c152f870d
commit 38e0745e3f

View file

@ -660,7 +660,7 @@ fn write_out_deps(sess: &Session,
_ => return,
};
let result = (|| {
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()