mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #114] Build not working #84
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bios-Marcel on GitHub (Aug 18, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/114
OS: Ubuntu 20.04 amd64
Rust: rustc 1.49.0 (e1884a8e3 2020-12-29)
Commit:
967c077Output:
Am I missing something? This is the same commit as the one in the CI, so it should work, right?
@stared commented on GitHub (Aug 18, 2021):
I have the same error (for
rustc 1.53.0 (53cb7b09b 2021-06-17)) after runningcargo build.@jpochyla commented on GitHub (Aug 18, 2021):
Latest Rust stable is needed.
@rklasen commented on GitHub (Aug 19, 2021):
I've had the same issue, updating rust with
rustup updatefixed it.@Bios-Marcel commented on GitHub (Aug 19, 2021):
The compiler error is just pretty user unfriendly :)
@stared commented on GitHub (Aug 19, 2021):
I updated that, and it works!
@jpochyla - you were right and by lastest, you really mean lastest, not almost that