pub fn parse_outside_signature<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: DefId,
) -> (Vec<String>, Vec<Ty<'tcx>>)Expand description
Parse argument names and types from an external function’s type signature.
First tries the pre-defined standard-library names; falls back to
numeric indices ("0", "1", …).