Split the "raw integer bytes" part out of Scalar

This commit is contained in:
Oliver Scherer
2020-09-26 15:15:35 +02:00
committed by oli
parent 56293097f7
commit 362123dd75
17 changed files with 325 additions and 184 deletions

View File

@@ -87,7 +87,7 @@ pub use self::trait_def::TraitDef;
pub use self::query::queries;
pub use self::consts::{Const, ConstInt, ConstKind, InferConst};
pub use self::consts::{Const, ConstInt, ConstKind, InferConst, ScalarInt};
pub mod _match;
pub mod adjustment;