Replace unimplemented with todo in apply_attrs_to_cleanup_callsite
This commit is contained in:
parent
9c3a1235c5
commit
5067ad9edc
1 changed files with 1 additions and 1 deletions
|
@ -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>) {
|
||||
unimplemented!();
|
||||
// TODO
|
||||
}
|
||||
|
||||
fn set_span(&mut self, _span: Span) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue