Package Details: theclicker 0.3.1-1

Git Clone URL: https://aur.archlinux.org/theclicker.git (read-only, click to copy)
Package Base: theclicker
Description: Autoclicker coded in Rust for Wayland and X11
Upstream URL: https://github.com/konkitoman/autoclicker
Licenses: MIT
Submitter: leahanderson
Maintainer: konkitoman
Last Packager: konkitoman
Votes: 6
Popularity: 0.89
First Submitted: 2025-01-20 20:17 (UTC)
Last Updated: 2026-01-03 00:11 (UTC)

Required by (0)

Sources (1)

Latest Comments

rpdelaney commented on 2026-01-09 21:33 (UTC) (edited on 2026-01-09 21:33 (UTC) by rpdelaney)

error[E0658]: `let` expressions in this position are unstable
   --> src/lib.rs:104:32
    |
104 | ...                   if let Some(bind) = bind
    |                          ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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/lib.rs:119:24
    |
119 |                     if let Some(bind) = self.lock_unlock_bind
    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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/lib.rs:635:12
    |
635 |         if let Some(default) = default
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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/device.rs:81:20
   |
81 |                 if let Ok(ty) = entry.file_type()
   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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 `theclicker` (lib) due to 4 previous errors
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'theclicker-0.3.1-1':
error: packages failed to build: theclicker-0.3.1-1