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

Deprecated Dependencies #3

Closed
KuangjuX opened this issue Jul 25, 2022 · 0 comments
Closed

Deprecated Dependencies #3

KuangjuX opened this issue Jul 25, 2022 · 0 comments

Comments

@KuangjuX
Copy link

Hi!
I try to import this library into my project, but the rust compiler throw a compilation error:

 |
5 | #![feature(const_fn)]
  |            ^^^^^^^^ feature has been removed
  |
  = note: split into finer-grained feature gates

I check dependencies of this library and find that the register library has been deprecated, and this library use tock-registers which have a const_fn feature. const_fn has been removed in PR77136. So this library can't be compiled in rust 2021.

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

No branches or pull requests

1 participant