Skip to content

Update to newer compiler version. #7

Closed
@0ndorio

Description

@0ndorio

@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

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