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

build Nezha with 1.66 (stable) toolchain #656

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bwerthmann
Copy link
Contributor

Experimental. This is as far as I made it with make RUSTUP_TOOLCHAIN=1.66.

Relates to #551

Signed-off-by: Ben Werthmann <ben.werthmann@gmail.com>
Update to the most recent to resolve this error in effort to build from
the 1.66 (stable) rust toolchain.

error[E0554]: `#![feature]` may not be used on the stable release channel
  --> /home/ben/.cargo/registry/src/github.com-1ecc6299db9ec823/tock-registers-0.7.0/src/lib.rs:56:1
   |
56 | #![feature(const_fn_trait_bound)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
   |
   = help: the feature `const_fn_trait_bound` has been stable since 1.61.0 and no longer requires an attribute to enable

Signed-off-by: Ben Werthmann <ben.werthmann@gmail.com>
Signed-off-by: Ben Werthmann <ben.werthmann@gmail.com>
@codecov
Copy link

codecov bot commented Dec 16, 2022

Codecov Report

Merging #656 (1c6b228) into main (47af3e8) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #656   +/-   ##
=====================================
  Coverage   2.58%   2.58%           
=====================================
  Files         18      18           
  Lines        581     581           
=====================================
  Hits          15      15           
  Misses       566     566           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Ben Werthmann <ben.werthmann@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant