Module rustc_middle::util::find_self_call

source ·

Functions§

  • Checks if the specified local is used as the self parameter of a method call in the provided BasicBlock. If it is, then the DefId of the called method is returned.