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
Running cargo install dijo on macOS gives the following error when compiling cursive_core:
error[E0658]: use of unstable library feature 'mem_take'
--> /Users/blayhem/.cargo/registry/src/github.com-1ecc6299db9ec823/cursive_core-0.1.1/src/cursive.rs:1027:22
|
1027 | menubar: std::mem::take(&mut self.menubar),
| ^^^^^^^^^^^^^^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/61129.
Installing on macOS Catalina 10.15.6 (Darwin Kernel Version 19.6.0).
Hi!
Running
cargo install dijo
on macOS gives the following error when compilingcursive_core
:Installing on macOS Catalina 10.15.6 (Darwin Kernel Version 19.6.0).
The rustlang issue it mentions.
Extra info on verbose:
The text was updated successfully, but these errors were encountered: