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

chore:switch to rust nightly refactor:higher-order http method macro #22

Merged
merged 3 commits into from
Jul 1, 2023

Conversation

cedricschwyter
Copy link
Collaborator

we want to switch to rust nightly to be able to make use of rust
metavariable expansions as defined by RFC rust-lang/rfcs#3086 and
as tracked by rust-lang/rust#83527. other references include
rust-lang/rust#99035.

this feature was stabilized in 1.63, then unstabilized again in
rust-lang/rust#99435 and is now only available in rust nightly, awaiting
restabilization. however, the feature is stable enough for our use case,
which is why i'm going ahead and enabling it.

@cedricschwyter cedricschwyter added the enhancement New feature or request label Jul 1, 2023
@cedricschwyter cedricschwyter self-assigned this Jul 1, 2023
refactor:higher-order http method macro

we want to switch to rust nightly to be able to make use of rust
metavariable expansions as defined by RFC rust-lang/rfcs#3086 and
as tracked by rust-lang/rust#83527. other references include
rust-lang/rust#99035.

this feature was stabilized in 1.63, then unstabilized again in
rust-lang/rust#99435 and is now only available in rust nightly, awaiting
restabilization. however, the feature is stable enough for our use case,
which is why i'm going ahead and enabling it.
@cedricschwyter cedricschwyter force-pushed the d/chore/nightly branch 4 times, most recently from 8af3613 to c13315f Compare July 1, 2023 17:02
@cedricschwyter cedricschwyter merged commit cc61d54 into develop Jul 1, 2023
5 checks passed
@cedricschwyter cedricschwyter deleted the d/chore/nightly branch July 1, 2023 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant