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[E0554]: `#![feature]` may not be used on the stable release channel
--> terramach/terramach/ui/lib.rs:19:1
|
19 | #![feature(vec_remove_item)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0554]: `#![feature]` may not be used on the stable release channel
--> terramach/terramach/ui/lib.rs:20:1
|
20 | #![feature(panic_info_message)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is what I am getting.
Maybe rather than using remove_item(), use a hash map or a handcrafted method?
The text was updated successfully, but these errors were encountered:
This is what I am getting.
Maybe rather than using remove_item(), use a hash map or a handcrafted method?
The text was updated successfully, but these errors were encountered: