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.
-Z incremental-info
1 parent 3a70aa5 commit 67f19e5Copy full SHA for 67f19e5
src/tools/compiletest/src/runtest.rs
@@ -2012,6 +2012,7 @@ actual:\n\
2012
// Add an extra flag pointing at the incremental directory.
2013
let mut revision_props = self.props.clone();
2014
revision_props.incremental_dir = Some(incremental_dir);
2015
+ revision_props.compile_flags.push(String::from("-Zincremental-info"));
2016
2017
let revision_cx = TestCx {
2018
config: self.config,
0 commit comments