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

Fixed mismatched types error under Rust nightly 1.8.0 #101

Closed kellenfujimoto closed 8 years ago

kellenfujimoto commented 8 years ago

Fixed build error on rust nightly where evented.rs was attempting to use a private type in a public interface. All unit tests still pass under 1.8.0-nightly (15e9a95a4 2016-02-26)

dpc commented 8 years ago

I don't understand what was the problem (maybe some rustc regression that got quickly fixed?), but Travis fails for the change and works with master, so I'm closing.

Please reopen if anything changes. Thanks!