Skip to main content

POINTER_METHODS

Constant POINTER_METHODS 

Source
pub const POINTER_METHODS: &[PointerMethod];
Expand description

Closed registry of every pointer method / associated function (ADR-0063).

Sema’s method-call path consults this when the receiver type is Ptr(_) / MutPtr(_); the path-call path consults it when the LHS resolves to such a type.