Skip to content

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

Merged
cedricschwyter merged 3 commits into
developfrom
d/chore/nightly
Jul 1, 2023
Merged

chore:switch to rust nightly refactor:higher-order http method macro#22
cedricschwyter merged 3 commits into
developfrom
d/chore/nightly

Conversation

@cedricschwyter

Copy link
Copy Markdown
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
@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