diff options
| author | Eduard-Mihai Burtescu <eddyb@lyken.rs> | 2021-09-02 00:29:15 +0300 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <eddyb@lyken.rs> | 2021-09-18 04:41:33 +0300 |
| commit | c1837ef1c58edd48c81341126ecc94e7adc5bd3d (patch) | |
| tree | 8161e4e2ad2b849b952a6e7718582016ac4f3a50 /compiler/rustc_codegen_llvm/src/builder.rs | |
| parent | e9b68304efc447a7bcd35b06511f6dfdfe9da16d (diff) | |
| download | rust-c1837ef1c58edd48c81341126ecc94e7adc5bd3d.tar.gz rust-c1837ef1c58edd48c81341126ecc94e7adc5bd3d.zip | |
Querify `fn_abi_of_{fn_ptr,instance}`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/builder.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/builder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/builder.rs b/compiler/rustc_codegen_llvm/src/builder.rs index 8e3aaf56382..dab7d3eaa8c 100644 --- a/compiler/rustc_codegen_llvm/src/builder.rs +++ b/compiler/rustc_codegen_llvm/src/builder.rs @@ -107,7 +107,7 @@ impl FnAbiOfHelpers<'tcx> for Builder<'_, '_, 'tcx> { &self, err: FnAbiError<'tcx>, span: Span, - fn_abi_request: FnAbiRequest<'_, 'tcx>, + fn_abi_request: FnAbiRequest<'tcx>, ) -> ! { self.cx.handle_fn_abi_err(err, span, fn_abi_request) } |
