This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Move to new libcore #26
Labels
Comments
|
Frozen the libstd commit on rust-lang/rust@2dcbad5 for now. |
Hopefully we won't need the patch. libcore should have everything we need (and build as a rlib out of the box). I'll have a play tonight/over the weekend. |
One thing to check is if |
Haven't actually check it. But the libcore prelude exports Eq https://github.com/mozilla/rust/blob/master/src/libcore/prelude.rs |
Well, another round of renaming things then 🔃 |
Initial move done in #35. |
Done. There's one TODO left in https://github.com/hackndev/zinc/blob/master/src/main.rs#L54, should be cleaned up when fixed in rust. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Work is progressing on splitting up libstd (rust-lang/rust#13851). This issues is to track that change.
The text was updated successfully, but these errors were encountered: