Skip to content

Fixed compilation of latest nightly - #72

Merged
gregdhill merged 1 commit into
CodeSandwich:masterfrom
BGluth:latest_nightly_fix
Dec 5, 2022
Merged

Fixed compilation of latest nightly#72
gregdhill merged 1 commit into
CodeSandwich:masterfrom
BGluth:latest_nightly_fix

Conversation

@BGluth

Copy link
Copy Markdown
Contributor
  • 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!
  • ResolvesCompilation 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:masterDec 5, 2022
@BGluth
BGluth deleted the latest_nightly_fix branch December 5, 2022 16:59
Sign up for freeto 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

@BGluth@gregdhill