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

Apply const argument legalization to default value of ConstParam #1655

Merged
merged 2 commits into from
May 15, 2024

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented May 15, 2024

Very similar to #1654, but for default values in the definition of a const generic parameter.

trait Trait<const K: usize = 1 + 1> {}
                             ^^^^^

@dtolnay dtolnay merged commit 9597ebc into master May 15, 2024
29 checks passed
@dtolnay dtolnay deleted the constparam branch May 15, 2024 19:39
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