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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid having the $right expression of concat_bytes! in a submodule #9

Merged
merged 2 commits into from
Jun 12, 2023

Conversation

danielhenrymantilla
Copy link
Owner

Indeed, I was somehow convinced that:

const RIGHT: u8 = {
    const LEFT: u8 = 42;
    const RIGHT: u8 = {
        const LEFT: u8 = 42;
        const RIGHT: u8 = 27;
        LEFT + RIGHT
    };
    LEFT + RIGHT
};

was gonna give problems but it does not 馃し

@danielhenrymantilla danielhenrymantilla merged commit 51a4dcf into master Jun 12, 2023
13 checks passed
@danielhenrymantilla danielhenrymantilla deleted the dhm/no_rhs_in_submodule branch June 12, 2023 23:26
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.

None yet

1 participant