Type Alias stable_mir::mir::body::Coverage

source ·
pub(crate) type Coverage = Opaque;
Expand description

The rustc coverage data structures are heavily tied to internal details of the coverage implementation that are likely to change, and are unlikely to be useful to third-party tools for the foreseeable future.

Aliased Type§

struct Coverage(pub(crate) String);

Fields§

§0: String

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 24 bytes