You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 bycortex-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?The text was updated successfully, but these errors were encountered: