-
Couldn't load subscription status.
- Fork 1
Open
Description
Hey there!
Was thinking to try out wayscriber, but:
error[E0658]: `let` expressions in this position are unstable
--> src/input/state.rs:357:24
|
357 | && let Some(action) = self.find_action(&key_str)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
error[E0658]: `let` expressions in this position are unstable
--> src/input/state.rs:371:20
|
371 | && let DrawingState::TextInput { x, y, buffer } = &self.state
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
error[E0658]: `let` expressions in this position are unstable
--> src/input/state.rs:427:16
|
427 | && let DrawingState::Drawing { .. } = &self.state
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
error[E0658]: `let` expressions in this position are unstable
--> src/input/state.rs:428:16
|
428 | && let Some(Action::Exit) = self.find_action("Escape")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
For more information about this error, try `rustc --explain E0658`.
error: could not compile `wayscriber` (lib) due to 4 previous errors
==> ERROR: A failure occurred in build().
Aborting...
-> error making: wayscriber-exit status 4
-> Failed to install the following packages. Manual intervention is required:
wayscriber - exit status 4
Metadata
Metadata
Assignees
Labels
No labels