fn add_assoc_fn<'tcx>(
    tcx: TyCtxt<'tcx>,
    def_id: Option<DefId>,
    fn_ident: Ident,
    skip_move_check_fns: &mut Vec<DefId>
)