Skip to content

Conversation

@alexcrichton
Copy link
Member

In more recent versions of Rust the Error trait no longer needs to be gated, so use it through core::error::Error to remove the only usage of the feature = "std" directive. The std feature is left for now to avoid breaking downstream users (if any applicable) but should be removable later.

In more recent versions of Rust the `Error` trait no longer needs to be
gated, so use it through `core::error::Error` to remove the only usage
of the `feature = "std"` directive. The `std` feature is left for now to
avoid breaking downstream users (if any applicable) but should be
removable later.
Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@cfallin cfallin merged commit 7869f61 into bytecodealliance:main Jan 6, 2026
6 checks passed
cfallin added a commit to cfallin/regalloc2 that referenced this pull request Jan 6, 2026
@cfallin cfallin mentioned this pull request Jan 6, 2026
cfallin added a commit that referenced this pull request Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants