about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-03 07:04:11 +0000
committerbors <bors@rust-lang.org>2023-08-03 07:04:11 +0000
commit460e92b6a9108ae3a8d020022d8dac2c73ba1904 (patch)
tree38bc1a70ba589cfa061b497aba3744197fe3288d /compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
parent042cfd871f6b3a50e5fde71bc898b274c19686a3 (diff)
parent9bb8b6691207f8f0072e7b58cddd8ee6f3141b5c (diff)
downloadrust-460e92b6a9108ae3a8d020022d8dac2c73ba1904.tar.gz
rust-460e92b6a9108ae3a8d020022d8dac2c73ba1904.zip
Auto merge of #3007 - rust-lang:rustup-2023-08-03, r=oli-obk
Automatic sync from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs b/compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
index 7e981af0a53..f1e68af25d4 100644
--- a/compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
+++ b/compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
@@ -1,4 +1,4 @@
-pub use super::ffi::*;
+use crate::coverageinfo::ffi::{Counter, CounterExpression, ExprKind};
 
 use rustc_index::{IndexSlice, IndexVec};
 use rustc_middle::bug;