diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-04-29 08:53:45 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-04-29 10:21:54 +1000 |
| commit | 4814fd0a4bcc2288ba15fb212610bdf3d1d5eb11 (patch) | |
| tree | e263bd8720baf053e2de38a2b3f76ff2e706b8c7 /compiler/rustc_session/src/cstore.rs | |
| parent | 10505a1cc9b16e0c871742c37561c457db888232 (diff) | |
| download | rust-4814fd0a4bcc2288ba15fb212610bdf3d1d5eb11.tar.gz rust-4814fd0a4bcc2288ba15fb212610bdf3d1d5eb11.zip | |
Remove `extern crate rustc_macros` from numerous crates.
Diffstat (limited to 'compiler/rustc_session/src/cstore.rs')
| -rw-r--r-- | compiler/rustc_session/src/cstore.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_session/src/cstore.rs b/compiler/rustc_session/src/cstore.rs index 83377b66095..2c20c3f0e1a 100644 --- a/compiler/rustc_session/src/cstore.rs +++ b/compiler/rustc_session/src/cstore.rs @@ -10,6 +10,7 @@ use rustc_hir::def_id::{ CrateNum, DefId, LocalDefId, StableCrateId, StableCrateIdMap, LOCAL_CRATE, }; use rustc_hir::definitions::{DefKey, DefPath, DefPathHash, Definitions}; +use rustc_macros::{Decodable, Encodable, HashStable_Generic}; use rustc_span::symbol::Symbol; use rustc_span::Span; use rustc_target::spec::abi::Abi; |
