Struct rustc_session::cgu_reuse_tracker::CguReuseTracker [−][src]
pub struct CguReuseTracker {
data: Option<Arc<Mutex<TrackerData>>>,
}
Fields
data: Option<Arc<Mutex<TrackerData>>>
Implementations
pub fn set_expectation(
&self,
cgu_name: Symbol,
cgu_user_name: &str,
error_span: Span,
expected_reuse: CguReuse,
comparison_kind: ComparisonKind
)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CguReuseTracker
impl Send for CguReuseTracker
impl Sync for CguReuseTracker
impl Unpin for CguReuseTracker
impl UnwindSafe for CguReuseTracker
Blanket Implementations
Mutably borrows from an owned value. Read more
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: 8 bytes