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

Fixed compilation of latest nightly #72

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

BGluth
Copy link
Contributor

@BGluth BGluth commented Nov 9, 2022

  • Caused by Fn and related traits now requiring their arguments to impl Tuple.
  • This PR adds constraints where needed to also require Tuple to be implemented.
  • The feature gate const_fn no longer exists and was causing a compilation error, and this PR also removes its usage.
  • Not very familiar with the internals of this crate, so please let me know if this PR should fix anything differently!
  • Resolves Compilation failure with latest nightly #71

- Caused by `Fn` and related traits now requiring their arguments to
  impl `Tuple`. (PR: rust-lang/rust#99943)
- This PR adds constraints where needed to also require `Tuple` to be
  implemented.
- Also the feature gate `const_fn` no longer exists and was causing a
  compilation error, and this PR also removes its usage.
- Not very familiar with the internals of this crate, so please let me
  know if this PR should fix anything differently!
@gregdhill gregdhill merged commit ab99113 into CodeSandwich:master Dec 5, 2022
@BGluth BGluth deleted the latest_nightly_fix branch December 5, 2022 16:59
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.

Compilation failure with latest nightly
2 participants