diff setup.py @ 44749:cb5822e6e545

rust-chg: have attach_io() simply take reference of AsRawFd object We no longer have to deal with the restriction of the Future type. Before, these file objects couldn't be references and that's the only reason why we had to make stderr an Option<T>. This fixes future type deduction issue of stderr = None, where rustc would complain that T of Option<T> couldn't be deduced. Differential Revision: https://phab.mercurial-scm.org/D8443
author Yuya Nishihara <yuya@tcha.org>
date Fri, 10 Apr 2020 23:08:57 +0900
parents e147748f750b
children 26ce8e751503
line wrap: on
line diff