dpc / mioco.pre-0.9

Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka MIO COroutines).
Mozilla Public License 2.0
457 stars 30 forks source link

Test fail in 0.8.0 with rustc stable and beta #152

Open dpc opened 8 years ago

dpc commented 8 years ago

https://travis-ci.org/dpc/mioco/builds/149097312

This is what you get if you don't wait for travis to complete.

dpc commented 8 years ago

The reason is rust stdlib bug(?) that was fixed by: https://github.com/rust-lang/rust/commit/2af340c0ec72f0033bda65d920ac04ae9e1c0cae

This commit reached nightly and beta already, but not stable yet. Probably 1.12 will have it.