Skip to content

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