mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Replace unimplemented with todo in apply_attrs_to_cleanup_callsite
This commit is contained in:
+1
-1
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user