Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: SNOS does not compile on stable release channel #462

Open
notlesh opened this issue Jan 14, 2025 · 0 comments
Open

bug: SNOS does not compile on stable release channel #462

notlesh opened this issue Jan 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@notlesh
Copy link
Collaborator

notlesh commented Jan 14, 2025

Steps to reproduce:

Replace the channel in the rust-toolchain file:

channel = "1.81"

Description:

SNOS uses the unstable fn get_or_try_init() from once_cell, which causes the following compilation errors when compiled with a stable compiler version:

error[E0658]: use of unstable library feature 'once_cell_try'

This becomes a problem for downstream projects which want to use our crates with a stable compiler.

@notlesh notlesh added the bug Something isn't working label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant