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/coverageinfo | |
| 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/coverageinfo')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs b/compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs index cc1376278aa..093aceda2b7 100644 --- a/compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs +++ b/compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs @@ -208,7 +208,7 @@ fn declare_unused_fn(cx: &CodegenCx<'ll, 'tcx>, def_id: &DefId) -> Instance<'tcx hir::Unsafety::Unsafe, Abi::Rust, )), - &[], + ty::List::empty(), ), ); |
