diff --git a/chalk-ir/src/interner.rs b/chalk-ir/src/interner.rs index 8bb7a86640a..e0bd4e7b602 100644 --- a/chalk-ir/src/interner.rs +++ b/chalk-ir/src/interner.rs @@ -662,11 +662,11 @@ impl HasInterner for Vec { type Interner = T::Interner; } -impl HasInterner for Box { +impl HasInterner for Box { type Interner = T::Interner; } -impl HasInterner for Arc { +impl HasInterner for Arc { type Interner = T::Interner; }