mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 08:15:27 +01:00
[GH-ISSUE #35] build failed #820
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#820
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 @mvrozanti on GitHub (Mar 15, 2023).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/35
I'm getting this when building, both when trying to install from the AUR and by cloning the repo and running cargo install manually. I have no rust knowledge and that issue mentioned at the end of the error log is pretty much greek to me.
Apparently it's something with mpd_client so I opened an issue there too
@JakeStanger commented on GitHub (Mar 15, 2023):
Hey, could you try updating your rust toolchain please? If installed via rustup, you should just be able to do
rustup update stable.As far as I can see, the build is failing due to a feature that was experimental but got stabilised a few years back.
@mvrozanti commented on GitHub (Mar 15, 2023):
That did it! Thanks dude