coverage: Consolidate FFI types into one module
Coverage FFI types were historically split across two modules, because some of them were needed by code in `rustc_codegen_ssa`. Now that all of the coverage codegen code has been moved into `rustc_codegen_llvm` (#113355), it's possible to move all of the FFI types into a single module, making it easier to see all of them at once.
This commit is contained in:
parent
90bb4184f8
commit
d6ed6e3904
5 changed files with 201 additions and 208 deletions
|
@ -1,4 +1,4 @@
|
|||
pub use super::ffi::*;
|
||||
use crate::coverageinfo::ffi::{Counter, CounterExpression, ExprKind};
|
||||
|
||||
use rustc_index::{IndexSlice, IndexVec};
|
||||
use rustc_middle::bug;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue