mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Move hir_def::adt to hir_def::data::adt
This commit is contained in:
parent
3dd17bcfc3
commit
8e7c104b3a
18 changed files with 33 additions and 26 deletions
|
@ -3,7 +3,7 @@
|
|||
use std::ops::Bound;
|
||||
|
||||
use hir_def::{
|
||||
adt::VariantData,
|
||||
data::adt::VariantData,
|
||||
layout::{Integer, IntegerExt, Layout, LayoutCalculator, LayoutError, RustcEnumVariantIdx},
|
||||
AdtId, EnumVariantId, HasModule, LocalEnumVariantId, VariantId,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue