fix: Handle multiple #[repr(..)] attrs correctly

This commit is contained in:
Shoyu Vanilla 2025-03-22 18:57:37 +09:00
parent 32fa60f3a6
commit 602b4f37b9
3 changed files with 91 additions and 71 deletions

View file

@ -24,9 +24,6 @@ extern crate rustc_hashes;
#[cfg(not(feature = "in-rust-tree"))]
extern crate ra_ap_rustc_abi as rustc_abi;
#[cfg(not(feature = "in-rust-tree"))]
extern crate ra_ap_rustc_hashes as rustc_hashes;
pub mod db;
pub mod attr;