pub type MethodArguments<'tcx> = Vec<(&'tcx Expr<'tcx>, &'tcx [Expr<'tcx>])>;
Arguments of a method: the receiver and all the additional arguments.
pub struct MethodArguments<'tcx> { /* private fields */ }