You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Aligns with [llvm::coverage::CounterMappingRegion::RegionKind](https://github.com/rust-lang/llvm-project/blob/rustc/13.0-2021-09-30/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h#L209-L230)
683
+
/// Corresponds to enum `llvm::coverage::CounterMappingRegion::RegionKind`.
684
+
///
685
+
/// Must match the layout of `LLVMRustCounterMappingRegionKind`.
684
686
#[derive(Copy,Clone,Debug)]
685
687
#[repr(C)]
686
688
pubenumRegionKind{
@@ -714,7 +716,9 @@ pub mod coverageinfo {
714
716
/// array", encoded separately), and source location (start and end positions of the represented
715
717
/// code region).
716
718
///
717
-
/// Matches LLVMRustCounterMappingRegion.
719
+
/// Corresponds to struct `llvm::coverage::CounterMappingRegion`.
720
+
///
721
+
/// Must match the layout of `LLVMRustCounterMappingRegion`.
0 commit comments