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

error[E0554]: #![feature] may not be used on the stable release channel #283

Closed
meua opened this issue May 6, 2023 · 2 comments
Closed
Labels
bug Something isn't working coordinator linux rust

Comments

@meua
Copy link
Contributor

meua commented May 6, 2023

Describe the bug

error[E0554]: `#![feature]` may not be used on the stable release channel
  --> /home/jarvis/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.9/src/lib.rs:99:26
   |
99 | #![cfg_attr(rustc_attrs, feature(rustc_attrs))]
   |                          ^^^^^^^^^^^^^^^^^^^^

To Reproduce
Steps to reproduce the behavior:

  1. Debug start coordinator.

Environments (please complete the following information):

  • System info: ubuntu 22.04
  • Dora version: dora-rs/dora main branch
@github-actions github-actions bot added bug Something isn't working coordinator linux rust labels May 6, 2023
@sunfishcode
Copy link

This is fixed in rustix 0.36.11 and later, as well as 0.37.5 and later.

@meua
Copy link
Contributor Author

meua commented May 7, 2023

This is fixed in rustix 0.36.11 and later, as well as 0.37.5 and later.

Thank you very much for the tip, I will try to do what you said.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working coordinator linux rust
Projects
None yet
Development

No branches or pull requests

2 participants