Structs§
Statics§
- DISALLOWED_
PASS_ BY_ REF - The
disallowed_pass_by_reflint detects if types marked with#[rustc_pass_by_value]are passed by reference. Types with this marker are usually thin wrappers around references, so there is no benefit to an extra layer of indirection. (Example:Tywhich is a reference to anInterned<TyKind>)