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

Fix unstable_const for the latest compiler #63

Merged
merged 2 commits into from
Dec 3, 2021
Merged

Conversation

yvt
Copy link
Contributor

@yvt yvt commented Dec 3, 2021

This PR removes some of #![feature(...)]s for compatibility with the latest nightly compiler.

@Gilnaa Gilnaa merged commit fd81a21 into Gilnaa:master Dec 3, 2021
@Gilnaa
Copy link
Owner

Gilnaa commented Dec 3, 2021

Thanks @yvt !
Will release a new version with this soon
Have a nice weekend

@yvt yvt deleted the fix-nightly branch December 3, 2021 15:53
yvt added a commit to r3-os/r3 that referenced this pull request Dec 4, 2021
`memoffset` with `unstable_const` feature depends on nightly compiler
features and thus is fragile against compiler upgrades, just like this
project. `memoffset 0.6.5` includes the changes from
[Gilnaa/memoffset#63], which updates it to support the latest nightly
compiler.

[Gilnaa/memoffset#63]: Gilnaa/memoffset#63
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