]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir_ty/src/interner.rs
Add lowering of array lengths in types
[rust.git] / crates / hir_ty / src / interner.rs
index 4cbc9cd4fa5877d18af34dd15310501777e7f029..7b41197477a75d2fa6cd1170a2ddec9e7a875d02 100644 (file)
@@ -1,11 +1,12 @@
 //! Implementation of the Chalk `Interner` trait, which allows customizing the
 //! representation of the various objects Chalk deals with (types, goals etc.).
 
-use crate::{chalk_db, consts::ConstScalar, tls, GenericArg};
+use crate::{chalk_db, tls, GenericArg};
 use base_db::salsa::InternId;
 use chalk_ir::{Goal, GoalData};
 use hir_def::{
     intern::{impl_internable, InternStorage, Internable, Interned},
+    type_ref::ConstScalar,
     TypeAliasId,
 };
 use smallvec::SmallVec;