Add type annotation to deal with fallout
This commit is contained in:
parent
7c152f870d
commit
38e0745e3f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue