Skip to content

Commit 5067ad9

Browse files
committed
Replace unimplemented with todo in apply_attrs_to_cleanup_callsite
1 parent 9c3a123 commit 5067ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
12551255
}
12561256

12571257
fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) {
1258-
unimplemented!();
1258+
// TODO
12591259
}
12601260

12611261
fn set_span(&mut self, _span: Span) {}

0 commit comments

Comments
 (0)