• A
    Remove iotest macro · 15966c3c
    Aaron Turon 提交于
    This commit removes the `iotest!` macro from `std::io`. The macro was
    primarily used to ensure that all io-related tests were run on both
    libnative and libgreen/librustuv. However, now that the librustuv stack
    is being removed, the macro is no longer needed.
    
    See the [runtime removal
    RFC](https://github.com/rust-lang/rfcs/pull/230) for more context.
    
    [breaking-change]
    15966c3c
tcp.rs 51.0 KB