Skip to content

Deprecated Dependencies #3

Closed
Closed
@KuangjuX

Description

@KuangjuX

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions