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

error: calls in constants are limited to constant functions, struct and enum constructors #29

Open
Boscop opened this issue Mar 2, 2018 · 1 comment

Comments

@Boscop
Copy link

Boscop commented Mar 2, 2018

error: calls in constants are limited to constant functions, struct and enum constructors

How can I make the generated new() constructor const-fn?
E.g.:

#[derive(new, Copy, Clone)]
pub struct ColorHB {
	hue: Hue,
	#[new(value = "1.")]
	brightness: f32,
}
@Boscop
Copy link
Author

Boscop commented Mar 9, 2021

@nrc Can you please make the generated new method a const-fn? :)

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

No branches or pull requests

1 participant