Use rustc_abi code for SIMD layout in rust-analyzer

This commit is contained in:
Moulins 2025-03-07 21:18:18 +01:00
parent 4929f38544
commit 18772836d4
3 changed files with 7 additions and 39 deletions

View file

@ -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;