mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #319] Latest commit (9128669...) doesn't compile #228
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#228
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 @riskable on GitHub (Aug 4, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/319
Describe the bug
Doing a fresh
git pull(or clone) andcargo cleanfollowed bycargo build --releaseresults in compilation errors (see below). This is true for both stable and nightly.To Reproduce
git clone <the repo>; cargo update; cargo build --releaseExpected behavior
I expect it to actually build successfully 😄
Screenshots

Environment
Tested with
stable-x86_64-unknown-linux-gnuandnightly-x86_64-unknown-linux-gnu(as of 20220804)Additional context
Here's the full (textual) terminal output (so you don't have to reference that screenshot):
I don't know which commit did it but the last time I tried to build psst was a little over two weeks ago. So it broke some time between then and now.