Skip to content

Commit e13e645

Browse files
Add back FIXME for bjorn3
1 parent 39ec96f commit e13e645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_gcc/src/builder.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
13931393
}
13941394

13951395
fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) {
1396+
// FIXME(bjorn3): implement
13961397
}
13971398

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

0 commit comments

Comments
 (0)