rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures

This commit is contained in:
Jonathan Dönszelmann
2024-12-13 14:47:11 +01:00
parent 1341366af9
commit efb98b6552
103 changed files with 481 additions and 395 deletions

View File

@@ -29,9 +29,6 @@ pub mod output;
pub use getopts;
mod version;
pub use version::RustcVersion;
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }
/// Requirements for a `StableHashingContext` to be used in this crate.