Skip to content

Commit 29c1906

Browse files
committed
w
1 parent 00502c6 commit 29c1906

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compiler/rustc_next_trait_solver/src/solve/eval_ctxt/solver_region_constraints.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ where
4646
I: Interner,
4747
D: SolverDelegate<Interner = I>,
4848
{
49+
type Result = ();
50+
4951
fn visit_ty(&mut self, t: I::Ty) {
5052
self.out.extend(
5153
self.ecx

0 commit comments

Comments
 (0)