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
error[E0658]: use of unstable library feature 'alloc': this library is unlikely to be stabilized in its current form or name (see issue #27783)
--> /home/mathias/.cargo/registry/src/github.com-1ecc6299db9ec823/core_io-0.1.20190427/src/lib.rs:15:51
|
15 | #[cfg(all(feature="collections",no_collections))] extern crate alloc as collections;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(alloc)] to the crate attributes to enable