Skip to content

Commit 35b49fe

Browse files
author
Thomas Jespersen
committed
Fix: sess.opt should have been sess.opts
1 parent bed2d33 commit 35b49fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ pub fn phase_2_configure_and_expand(sess: &Session,
482482
crate_name: crate_name.to_string(),
483483
features: Some(&features),
484484
recursion_limit: sess.recursion_limit.get(),
485-
trace_mac: sess.opt.debugging_opts.trace_macros,
485+
trace_mac: sess.opts.debugging_opts.trace_macros,
486486
};
487487
let ret = syntax::ext::expand::expand_crate(&sess.parse_sess,
488488
cfg,

0 commit comments

Comments
 (0)