Skip to content

no_std support #240

Description

@polarathene

I do not personally require this, I'm just opening a tracking issue as the current README entry was a tad vague on the why:

eyre/README.md

Lines 178 to 182 in dbaf9ed

## No-std support
No-std support was removed in 2020 in [commit 608a16a] due to unaddressed upstream breakages.
[commit 608a16a]:
https://github.com/eyre-rs/eyre/pull/29/commits/608a16aa2c2c27eca6c88001cc94c6973c18f1d5

Actual context for removal appears to be covered here:

Which seems to have been resolved from Rust 1.81 with core::error::Error landing? (and thus by default for new projects created with the current 2024 edition (from Rust 1.85))

As per the discussion link, the desire was to wait a few release cycles of Rust (which 1.85 should be sufficient?). I assume that requires a notable MSRV bump though? Cargo.toml may need to update:

edition = "2018"

rust-version = "1.65.0"


Contribution of a PR was encouraged should anyone want to bring no_std support back.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions