We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7db07 commit cac0d85Copy full SHA for cac0d85
src/tools/compiletest/src/runtest.rs
@@ -1955,8 +1955,6 @@ impl<'test> TestCx<'test> {
1955
rustc.arg("-Zmir-opt-level=4");
1956
}
1957
1958
- debug!("rustc args: {:?}", rustc.get_args().collect::<Vec<_>>());
1959
-
1960
let mir_dump_dir = self.get_mir_dump_dir();
1961
let _ = fs::remove_dir_all(&mir_dump_dir);
1962
create_dir_all(mir_dump_dir.as_path()).unwrap();
0 commit comments