Will the Move VM move to Rust stable?
Checking spin v0.4.10
error[E0554]: #![feature] may not be used on the stable release channel
–> /home/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.4.10/src/lib.rs:6:35
|
6 | #![cfg_attr(feature = “const_fn”, feature(const_fn))]
| ^^^^^^^^^^^^^^^^^