mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 06:58:50 +00:00
Bump Rust and add skeleton code for irgen.
This commit is contained in:
@@ -16,7 +16,7 @@ where
|
||||
continue;
|
||||
}
|
||||
|
||||
println!("[testing {:?}]", path);
|
||||
println!("[testing {path:?}]");
|
||||
f(&path);
|
||||
}
|
||||
}
|
||||
@@ -41,7 +41,7 @@ fn test_opt_between_dirs<O: Optimize<ir::TranslationUnit>>(from: &Path, to: &Pat
|
||||
assert!(to_file_path.exists());
|
||||
assert!(to_file_path.is_file());
|
||||
|
||||
println!("[testing {:?} to {:?}]", from_file_path, to_file_path);
|
||||
println!("[testing {from_file_path:?} to {to_file_path:?}]");
|
||||
test_opt(&from_file_path, &to_file_path, opt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user