Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Consider supporting stable Rust #35

Closed
qwandor opened this issue Mar 22, 2022 · 1 comment · Fixed by #37
Closed

Consider supporting stable Rust #35

qwandor opened this issue Mar 22, 2022 · 1 comment · Fixed by #37

Comments

@qwandor
Copy link
Contributor

qwandor commented Mar 22, 2022

This crate currently requires nightly Rust, which as far as I can see is just because of the tock-registers crate using #![feature(const_fn_trait_bound)]. I'd like to be able to use at least some parts of the functionality provided by cortex-a on a stable toolchain. Would it be possible to have the parts that require nightly behind a feature, so the other parts can be used on stable?

@qwandor
Copy link
Contributor Author

qwandor commented Mar 22, 2022

Oh I'm wrong, it also uses #![feature(core_intrinsics)] and #![feature(custom_inner_attributes)].

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant