Closed
Description
@MabezDev Your repo is still based on rustc v1.33.0
but your patches apply without any complications on stable rustc v1.37.0
(maybe even current beta or nightly).
What do you think about rebasing or merging onto a newer version? Especially as rustc v1.36.0
stabilized the alloc
crate which means that any no_std
crate which calls extern crate alloc
without the #[feature(alloc)]
flag can't get compiled with the current state.
I did a few tests locally with an updated version and couldn't trigger any issues. Is there anything related to llvm-xtensa
which would require to stay on an older version?
Metadata
Metadata
Assignees
Labels
No labels