Skip to main content

underlying_var

Function underlying_var 

Source
pub fn underlying_var(gcx: Gcx<'_>, expr: &Expr<'_>) -> Option<VariableId>
Expand description

The variable a bare identifier refers to, looking through parens, payable(...) and address-like casts (address(x), IFoo(x)).