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

Add const_evaluatable_checked feature #23

Merged
merged 2 commits into from
Oct 2, 2020
Merged

Conversation

hovind
Copy link
Contributor

@hovind hovind commented Oct 2, 2020

@lcnr has been a hero and fixed the error: constant expression depends on a generic parameter with {Extended,Truncated}Vector: rust-lang/rust#68436 (comment)

I had to make one additional alteration in order to make it compile on newest nightly (cargo 1.48.0-nightly (05c611ae3 2020-09-23)), not sure if it's ideal.

Resolves #21.

Øystein Hovind added 2 commits October 2, 2020 18:29
Required for `{Truncated,Extended}Vector` types.
@maplant
Copy link
Owner

maplant commented Oct 2, 2020

You beat me to it! 😂 I've been following the issue and was SO SURPRISED that a solution appeared out of nowhere! So awesome! @lcnr is a hero

@maplant maplant merged commit 0e5edbd into maplant:master Oct 2, 2020
@hovind
Copy link
Contributor Author

hovind commented Oct 2, 2020

You beat me to it! 😂 I've been following the issue and was SO SURPRISED that a solution appeared out of nowhere! So awesome! @lcnr is a hero

I was very eager to get it in once I saw it 😁 const_generics is getting better by the minute. Happy weekend!

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.

aljabar fails to build on latest version of rustc
2 participants