Try to fix in-tree build

This commit is contained in:
Laurențiu Nicola 2024-02-04 11:07:35 +02:00
parent b8a3180a60
commit 38b5c8c966
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ use hir_def::{
};
use hir_expand::name::Name;
use intern::Interned;
use ra_ap_rustc_abi::TargetDataLayout;
use rustc_abi::TargetDataLayout;
use rustc_hash::FxHashSet;
use smallvec::{smallvec, SmallVec};
use stdx::never;