Skip to content

Implement core::error::Error when std feature is disabled#221

Merged
kchibisov merged 2 commits into
masterfrom
madsmtm/core-error
Apr 5, 2026
Merged

Implement core::error::Error when std feature is disabled#221
kchibisov merged 2 commits into
masterfrom
madsmtm/core-error

Conversation

@madsmtm
Copy link
Copy Markdown
Member

@madsmtm madsmtm commented Mar 24, 2026

This requires a bit higher MSRV, which we document.

See discussion in rust-windowing/keyboard-types#75 and rust-windowing/keyboard-types#70 for reasoning (basically: MSRV shouldn't hold the nice API back for no_std people, and the overlap between no_std + low MSRV + windowing is really low).

@madsmtm madsmtm added the enhancement New feature or request label Mar 24, 2026
Base automatically changed from madsmtm/std-default to master March 24, 2026 15:09
@madsmtm madsmtm marked this pull request as ready for review March 24, 2026 15:10
@madsmtm madsmtm force-pushed the madsmtm/core-error branch from cbb030f to 4e3ceb1 Compare March 24, 2026 15:11
This requires a bit higher MSRV, which we document.
@kchibisov kchibisov force-pushed the madsmtm/core-error branch from 4e3ceb1 to 551d75c Compare April 4, 2026 07:01
@kchibisov kchibisov force-pushed the madsmtm/core-error branch from 551d75c to 0662028 Compare April 4, 2026 07:02
Copy link
Copy Markdown
Member

@kchibisov kchibisov left a comment

Choose a reason for hiding this comment

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

I've bumped MSRV to 1.85 to raise edition to 2024, since we do breaking release anyway no point in holding it.

@kchibisov kchibisov merged commit 1b85948 into master Apr 5, 2026
5 checks passed
@kchibisov kchibisov deleted the madsmtm/core-error branch April 5, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Development

Successfully merging this pull request may close these issues.

3 participants