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(macros): unexpected input handler produces wrong output #257

Merged
merged 2 commits into from
May 20, 2024

Conversation

vobradovich
Copy link
Member

Resolves #238 .

Copy input pointer before String::decode

        let mut #copy_ident = #input_ident;
        let input = String::decode(&mut #copy_ident)

@vobradovich vobradovich linked an issue May 17, 2024 that may be closed by this pull request
@vobradovich vobradovich self-assigned this May 17, 2024
Cargo.toml Outdated Show resolved Hide resolved
Co-authored-by: Dennis Diatlov <[email protected]>
@DennisInSky DennisInSky merged commit bb35d0b into master May 20, 2024
3 checks passed
@DennisInSky DennisInSky deleted the vo/macros-unexpected-input-wrong-output branch May 20, 2024 13:29
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.

macros: Unexpected input handler produces wrong output
2 participants