Module rustc_middle::util::find_self_call
source · Functions
- Checks if the specified
local
is used as theself
parameter of a method call in the providedBasicBlock
. If it is, then theDefId
of the called method is returned.