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

Fix macro rules in accordance with edition 2024 #202

Open
matheus-consoli opened this issue Dec 5, 2024 · 0 comments
Open

Fix macro rules in accordance with edition 2024 #202

matheus-consoli opened this issue Dec 5, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@matheus-consoli
Copy link
Collaborator

this crate does not compile under edition 2024 because of one rule inside a macro

error: patterns are not allowed to reset the default binding mode in Edition 2024
   --> src/future/join/tuple.rs:249:21
    |
249 |                 let ($(ref mut $F,)+) = this.outputs;
    |                     -^^^^^^^^^^^^^^^^
    |                     |
    |                     help: desugar the match ergonomics: `&mut`
places to fix:
@matheus-consoli matheus-consoli added the good first issue Good for newcomers label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant