Skip to content

Commit b15152c

Browse files
committed
Add TyBuilder
1 parent c9bcbf9 commit b15152c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/hir_ty/src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,12 @@ impl TypeWalk for CallableSig {
810810
}
811811
}
812812

813+
struct TyBuilder {}
814+
815+
impl TyBuilder {
816+
817+
}
818+
813819
impl Ty {
814820
pub fn unit() -> Self {
815821
TyKind::Tuple(0, Substitution::empty(&Interner)).intern(&Interner)

0 commit comments

Comments
 (0)