Skip to main content

is_plain_call

Function is_plain_call 

Source
fn is_plain_call(gcx: Gcx<'_>, expr: &Expr<'_>) -> bool
Expand description

A call to a non-builtin function or to a library function: the only statement cheap enough to leave inline.