diff --git a/src/builder.rs b/src/builder.rs index b430dc329cb..974e59b65ec 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -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!(); }