Skip to content

Commit

Permalink
feat(exporter): feature(concat_idents): only when feature(rustc)
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jul 9, 2024
1 parent 90f379e commit cae3db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/exporter/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#![feature(concat_idents)]
#![feature(trait_alias)]
#![allow(rustdoc::private_intra_doc_links)]
#![cfg_attr(feature = "rustc", feature(type_changing_struct_update))]
#![cfg_attr(feature = "rustc", feature(macro_metavar_expr))]
#![cfg_attr(feature = "rustc", feature(concat_idents))]
#![cfg_attr(feature = "rustc", feature(rustc_private))]

macro_rules! cfg_feature_rustc {
Expand Down

0 comments on commit cae3db5

Please sign in to comment.