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 298a1c0 commit 522b6edCopy full SHA for 522b6ed
src/librustc_driver/driver.rs
@@ -246,9 +246,7 @@ pub fn compile_input(sess: &Session,
246
}
247
248
fn keep_mtwt_tables(sess: &Session) -> bool {
249
- sess.opts.debugging_opts.keep_mtwt_tables ||
250
- sess.opts.debugging_opts.save_analysis ||
251
- sess.opts.debugging_opts.save_analysis_csv
+ sess.opts.debugging_opts.keep_mtwt_tables
252
253
254
fn keep_ast(sess: &Session) -> bool {
0 commit comments