Skip to content

Commit 962b8cf

Browse files
Revert "Auto merge of rust-lang#92419 - erikdesjardins:coldland, r=nagisa"
This reverts commit 4f49627, reversing changes made to 028c6f1.
1 parent 648d038 commit 962b8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
14031403
self.cx
14041404
}
14051405

1406-
fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) {
1406+
fn do_not_inline(&mut self, _llret: RValue<'gcc>) {
14071407
unimplemented!();
14081408
}
14091409

0 commit comments

Comments
 (0)