aura :: Building kanata... ==> Making package: kanata 1.10.0-1 (Thu 13 Nov 2025 06:49:49 PM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found kanata-1.10.0.tar.gz -> Found kanata.service ==> Validating source files with sha256sums... kanata-1.10.0.tar.gz ... Passed kanata.service ... Passed ==> Extracting sources... -> Extracting kanata-1.10.0.tar.gz with bsdtar ==> Starting prepare()... ==> Removing existing $pkgdir/ directory... ==> Starting build()... Compiling kanata v1.10.0 (/home/nathan/.cache/aura/builds/kanata/src/kanata-1.10.0) error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:966:12 | 966 | if let Some(mmsv) = &mut self.move_mouse_state_vertical | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:967:16 | 967 | && let Some(mmas) = &mut mmsv.move_mouse_accel_state | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:1015:12 | 1015 | if let Some(mmsh) = &mut self.move_mouse_state_horizontal | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:1016:16 | 1016 | && let Some(mmas) = &mut mmsh.move_mouse_accel_state | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:1199:12 | 1199 | if let Some(caps_word) = &mut self.caps_word | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:1259:16 | 1259 | && let Some(state) = self.sequence_state.get_active() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:1610:36 | 1610 | ... && let Some(ref mut cw) = self.caps_word { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:1779:40 | 1779 | ... if let Some(ss) = &mut self.scroll_state | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:1789:40 | 1789 | ... if let Some(ss) = &mut self.hscroll_state | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:1805:40 | 1805 | ... if let Some(move_mouse_state_vertical) = | __________________________^ 1806 | | ... &self.move_mouse_state_vertical | |_________________________________________________________^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:1813:40 | 1813 | ... if let Some(move_mouse_state_horizontal) = | __________________________^ 1814 | | ... &self.move_mouse_state_horizontal | |___________________________________________________________^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/mod.rs:2105:24 | 2105 | if let Ok(kev) = rx.try_recv() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/key_repeat.rs:96:16 | 96 | && let Err(e) = write_key(&mut self.kbd_out, event.code, KeyValue::Repeat) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/linux.rs:48:20 | 48 | if let Some(ms_mvmt_key) = *mouse_movement_key.lock() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information error[E0658]: `let` expressions in this position are unstable --> src/kanata/linux.rs:49:24 | 49 | && let EventSummary::RelativeAxis(_, _, _) = in_event.destructure() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #53667 for more information For more information about this error, try `rustc --explain E0658`. error: could not compile `kanata` (lib) due to 15 previous errors ==> ERROR: A failure occurred in build(). Aborting... aura :: Package failed to build, citing: makepkg failed. aura :: Action cancelled.