Replace unimplemented with todo in apply_attrs_to_cleanup_callsite

This commit is contained in:
bjorn3
2022-01-30 13:39:41 +01:00
parent 9c3a1235c5
commit 5067ad9edc
+1 -1
View File
@@ -1255,7 +1255,7 @@ fn cx(&self) -> &CodegenCx<'gcc, 'tcx> {
}
fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) {
unimplemented!();
// TODO
}
fn set_span(&mut self, _span: Span) {}