mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[GH-ISSUE #40] Compiling errors: error[E0277]: the trait bound... #31
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#31
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 @yonas on GitHub (Nov 23, 2023).
Original GitHub issue: https://github.com/matze/wastebin/issues/40
wastebin:
fff2b13FreeBSD 14.0-RELEASE
@yonas commented on GitHub (Nov 23, 2023):
This error doesn't appear for v2.4.2:
@matze commented on GitHub (Nov 24, 2023):
Strange, what's your rustc version?
@yonas commented on GitHub (Nov 24, 2023):
@matze
rustc 1.75.0-nightly (e0d7ed1f4 2023-10-01)@matze commented on GitHub (Nov 24, 2023):
I cannot reproduce the issue with neither
rustc 1.75.0-beta.3 (b66b7951b 2023-11-20)norrustc 1.76.0-nightly (a1a37735c 2023-11-23). Does it happen with a newer nightly or stable for you?@yonas commented on GitHub (Nov 24, 2023):
@matze I don't think I can get a newer version yet. Are you on FreeBSD 14.0-RELEASE as well?
@matze commented on GitHub (Nov 25, 2023):
Nope, I am on Linux. And it's weird, I was trying to install your version but it does not seem to exist:
@matze commented on GitHub (Nov 28, 2023):
Could you test current master? I moved to axum 0.7 and hyper 1.0, perhaps it changes anything for you.
@yonas commented on GitHub (Dec 11, 2023):
@matze It works, thanks! 🎉