mirror of
https://github.com/Drop-OSS/drop-docs.git
synced 2026-07-19 12:21:28 -04:00
[GH-ISSUE #7] #![feature(trait_alias)] may not be used on the stable channel #3
Reference in New Issue
Block a user
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 @lockenkop on GitHub (Aug 4, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-docs/issues/7
https://docs.droposs.org/docs/advanced/building
States rust(stable) as a dependency to build droplet.
This triggers error[E0554] during droplet build
@quexeky commented on GitHub (Aug 4, 2025):
This is intended behaviour - we use some nightly features of rust, so running
rustup toolchain install nightly(or whatever your OS's version of that is) should work. If you're building it withcargo buildyou might also need to run it withcargo +nightly build@DecDuck commented on GitHub (Aug 4, 2025):
Yeah, it's a docs issue.
@AdenMGB commented on GitHub (Aug 4, 2025):
i mention it in the building for windows part i beleive when that gets merged
@AdenMGB commented on GitHub (Aug 4, 2025):
oh it is whoops well thats good
@lockenkop commented on GitHub (Aug 4, 2025):
I thought so
Just wanted to give a heads up
#![feature(trait_alias)] may not be used on the stable channelto [GH-ISSUE #7] #![feature(trait_alias)] may not be used on the stable channel