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 5ced3da commit f0b6549Copy full SHA for f0b6549
compiler/rustc_interface/src/queries.rs
@@ -123,6 +123,7 @@ impl<'tcx> Queries<'tcx> {
123
&sess.opts.unstable_opts.crate_attr,
124
);
125
126
+ // FIXME modify krate.attrs in place once #65860 is a hard error.
127
let pre_configured_attrs =
128
rustc_expand::config::pre_configure_attrs(sess, &krate.attrs);
129
0 commit comments