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

ubig!(x) should be a compile-time error #7

Open
tczajka opened this issue Nov 23, 2021 · 0 comments
Open

ubig!(x) should be a compile-time error #7

tczajka opened this issue Nov 23, 2021 · 0 comments

Comments

@tczajka
Copy link
Owner

tczajka commented Nov 23, 2021

Currently ubig!(x) is a runtime error rather than a compile-time error.

A common mistake is to try to use this instead of UBig::from(x).

The macro is designed to work for compile-time numbers only, not as a conversion. Make this a compile-time error.

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