Skip to content

Commit

Permalink
Revert "Auto merge of rust-lang#92419 - erikdesjardins:coldland, r=na…
Browse files Browse the repository at this point in the history
…gisa"

This reverts commit 4f49627, reversing
changes made to 028c6f1.
  • Loading branch information
erikdesjardins committed Feb 28, 2022
1 parent 648d038 commit 962b8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
self.cx
}

fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) {
fn do_not_inline(&mut self, _llret: RValue<'gcc>) {
unimplemented!();
}

Expand Down

0 comments on commit 962b8cf

Please sign in to comment.