Function clippy_utils::ty::same_type_and_consts
source · pub fn same_type_and_consts<'tcx>(a: Ty<'tcx>, b: Ty<'tcx>) -> boolExpand description
Returns true if types a and b are same types having same Const generic args,
otherwise returns false