Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Tweak to compile on stable Rust #51

Closed
dhardy opened this issue Dec 27, 2016 · 1 comment
Closed

Tweak to compile on stable Rust #51

dhardy opened this issue Dec 27, 2016 · 1 comment

Comments

@dhardy
Copy link
Owner

dhardy commented Dec 27, 2016

Pippin only compiles with nightly Rust because of a couple of features used, most notably box_syntax. Since that depends on placement new which isn't likely to get resolved soon, we should stop waiting on this and switch to Box::new(), thus enabling stable compilers.

@dhardy
Copy link
Owner Author

dhardy commented Dec 28, 2016

Done

@dhardy dhardy closed this as completed Dec 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant