mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 19:17:12 +00:00
Use rustc_abi code for SIMD layout in rust-analyzer
This commit is contained in:
parent
4929f38544
commit
18772836d4
3 changed files with 7 additions and 39 deletions
|
|
@ -12,9 +12,6 @@ extern crate ra_ap_rustc_index as rustc_index;
|
|||
#[cfg(feature = "in-rust-tree")]
|
||||
extern crate rustc_abi;
|
||||
|
||||
#[cfg(feature = "in-rust-tree")]
|
||||
extern crate rustc_hashes;
|
||||
|
||||
#[cfg(not(feature = "in-rust-tree"))]
|
||||
extern crate ra_ap_rustc_abi as rustc_abi;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue