Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer core crate in macro expansions #255

Merged
merged 1 commit into from Sep 26, 2023
Merged

Prefer core crate in macro expansions #255

merged 1 commit into from Sep 26, 2023

Conversation

mina86
Copy link
Contributor

@mina86 mina86 commented Sep 7, 2023

Prefer using core crate over std in macro expansions wherever a symbol has
a stable equivalent in core. This makes it easier to eventually support
no_std in the future once error_in_core stabilises.

Prefer using core crate over std in macro expansions wherever a symbol has
a stable equivalent in core.  This makes it easier to eventually support
no_std in the future once error_in_core stabilises.
Copy link
Owner

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

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

Thanks!

@dtolnay dtolnay merged commit 79704ad into dtolnay:master Sep 26, 2023
9 checks passed
@mina86 mina86 deleted the a branch September 27, 2023 00:07
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.

None yet

2 participants