File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -334,13 +334,15 @@ impl<'a> chalk_solve::RustIrDatabase<Interner> for ChalkContext<'a> {
334
334
& self ,
335
335
_: chalk_ir:: GeneratorId < Interner > ,
336
336
) -> std:: sync:: Arc < chalk_solve:: rust_ir:: GeneratorDatum < Interner > > {
337
- todo ! ( )
337
+ // FIXME
338
+ unimplemented ! ( )
338
339
}
339
340
fn generator_witness_datum (
340
341
& self ,
341
342
_: chalk_ir:: GeneratorId < Interner > ,
342
343
) -> std:: sync:: Arc < chalk_solve:: rust_ir:: GeneratorWitnessDatum < Interner > > {
343
- todo ! ( )
344
+ // FIXME
345
+ unimplemented ! ( )
344
346
}
345
347
}
346
348
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ impl ToChalk for TypeCtor {
399
399
// this should not be reached, since we don't represent TypeName::Error with TypeCtor
400
400
unreachable ! ( )
401
401
}
402
- _ => todo ! ( ) ,
402
+ _ => unimplemented ! ( ) , // FIXME
403
403
}
404
404
}
405
405
}
You can’t perform that action at this time.
0 commit comments