You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 toBox::new()
, thus enabling stable compilers.The text was updated successfully, but these errors were encountered: