mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 13:23:25 +00:00
fix: Handle multiple #[repr(..)] attrs correctly
This commit is contained in:
parent
32fa60f3a6
commit
602b4f37b9
3 changed files with 91 additions and 71 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue