ty::layout: intern FnAbi
s as &'tcx
.
This commit is contained in:
parent
0c02e3f550
commit
344df76fed
7 changed files with 29 additions and 23 deletions
|
@ -29,7 +29,7 @@ pub struct FunctionCx<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>> {
|
|||
|
||||
cx: &'a Bx::CodegenCx,
|
||||
|
||||
fn_abi: FnAbi<'tcx, Ty<'tcx>>,
|
||||
fn_abi: &'tcx FnAbi<'tcx, Ty<'tcx>>,
|
||||
|
||||
/// When unwinding is initiated, we have to store this personality
|
||||
/// value somewhere so that we can load it and re-use it in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue