-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
I am running nix run github:pythops/impala and receiving the following error:
error: builder for '/nix/store/rrrifzbnnafr02y1xy75r13zsb860wn0-impala-0.3.0.drv' failed with exit code 101;
last 25 log lines:
> |
> 96 | && let Ok(d) = station_diagnostic.get().await
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> |
> = 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/mode/station.rs:207:12
> |
> 207 | if let Some(station_diagnostic) = iwd_station_diagnostic
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> |
> = 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/mode/station.rs:208:16
> |
> 208 | && let Ok(d) = station_diagnostic.get().await
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> |
> = 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 `impala` (lib) due to 7 previous errors
> warning: build failed, waiting for other jobs to finish...
For full logs, run:
nix log /nix/store/rrrifzbnnafr02y1xy75r13zsb860wn0-impala-0.3.0.drv
It refers to rust-lang/rust#53667
I've also tried nix run github:pythops/impala?ref=main to get impala 0.4.0 for the rust edition upgrade. but it appears to be the same error.
error: builder for '/nix/store/d7fcg0xrf384xf85ml4pfkpji690gyzg-impala-0.4.0.drv' failed with exit code 101;
last 25 log lines:
> |
> 96 | && let Ok(d) = station_diagnostic.get().await
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> |
> = 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/mode/station.rs:207:12
> |
> 207 | if let Some(station_diagnostic) = iwd_station_diagnostic
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> |
> = 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/mode/station.rs:208:16
> |
> 208 | && let Ok(d) = station_diagnostic.get().await
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> |
> = 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 `impala` (lib) due to 7 previous errors
> warning: build failed, waiting for other jobs to finish...
For full logs, run:
nix log /nix/store/d7fcg0xrf384xf85ml4pfkpji690gyzg-impala-0.4.0.drv
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed