1
Fork 0

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

View file

@ -1255,7 +1255,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
} }
fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) { fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) {
unimplemented!(); // TODO
} }
fn set_span(&mut self, _span: Span) {} fn set_span(&mut self, _span: Span) {}