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 bed2d33 commit 35b49feCopy full SHA for 35b49fe
src/librustc_driver/driver.rs
@@ -482,7 +482,7 @@ pub fn phase_2_configure_and_expand(sess: &Session,
482
crate_name: crate_name.to_string(),
483
features: Some(&features),
484
recursion_limit: sess.recursion_limit.get(),
485
- trace_mac: sess.opt.debugging_opts.trace_macros,
+ trace_mac: sess.opts.debugging_opts.trace_macros,
486
};
487
let ret = syntax::ext::expand::expand_crate(&sess.parse_sess,
488
cfg,
0 commit comments