This repository was archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Failure to compile on mozilla/rust@5890fcf872 #19
Comments
Error log
|
Yes, we can't upgrade to a newer version of rust until the new TCP code is in place in the new runtime. |
@jdm is there an ETA for the new runtime? Is the code on github? |
Last I heard was within 2 weeks. Commits like rust-lang/rust@a5c6b85 might show you what's missing/present already. |
The new runtime will obsolete this project. I/O is structured differently enough - and this code is bad enough - that I intend to start from scratch, possibly basing our new HTTP code off of http://hg.chrismorgan.info/rusthttpserver. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried removing the use of
copy
ex-keyword but there are a lot of unresolved modules. It seems that modulenet
in crateextra
is not shipped with the Rust compiler code.The text was updated successfully, but these errors were encountered: