When installing and compiling the modrinth app from yay I get the following error message
error[E0658]: `let` expressions in this position are unstable
--> packages/app-lib/src/api/worlds.rs:437:16
|
437 | if let WorldDetails::Server { address, .. } = &world.details
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
error[E0658]: `let` expressions in this position are unstable
--> packages/app-lib/src/api/worlds.rs:438:20
|
438 | && let Ok((host, port)) = parse_server_address(address)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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 `theseus` (lib) due to 2 previous errors
failed to build app: failed to build app
Error failed to build app: failed to build app
/home/adam/.cache/yay/modrinth-app/src/code-0.10.3/apps/app:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @modrinth/app@ tauri: `tauri "build" "--config" "tauri-release.conf.json" "--no-bundle"`
Exit status 1
==> ERROR: A failure occurred in build().
Aborting...
-> error making: modrinth-app-exit status 4
-> Failed to install the following packages. Manual intervention is required:
modrinth-app - exit status 4
anyone else having this issue?