about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2023-08-03 05:32:12 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2023-08-03 05:32:12 +0000
commitadb446cc0741834aa55633c40993b87ad299d310 (patch)
treeb6df8166640dece38e0bf65dd01a2649386cf7fb /compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
parent072835472ae5794d533edafe9acd6d14082b31f2 (diff)
parentd8bbef50bbad789e26219f4ec88b5d73b05570a3 (diff)
downloadrust-adb446cc0741834aa55633c40993b87ad299d310.tar.gz
rust-adb446cc0741834aa55633c40993b87ad299d310.zip
Merge 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;