Remove unnecessary features from rustc_abi
This commit is contained in:
parent
2d73d30a3c
commit
0aedec4849
2 changed files with 6 additions and 4 deletions
|
@ -10,6 +10,7 @@ use crate::{
|
|||
NonZeroUsize, Primitive, ReprOptions, Scalar, Size, StructKind, TagEncoding, TargetDataLayout,
|
||||
Variants, WrappingRange,
|
||||
};
|
||||
|
||||
pub trait LayoutCalculator {
|
||||
type TargetDataLayoutRef: Borrow<TargetDataLayout>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue