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

Experimental Features #1

Open
pascaldekloe opened this issue Dec 4, 2024 · 0 comments
Open

Experimental Features #1

pascaldekloe opened this issue Dec 4, 2024 · 0 comments

Comments

@pascaldekloe
Copy link
Owner

Four experimental features are used, which requires "nightly" rust in the form of cargo +nightly.

#![feature(ascii_char)]
#![feature(ascii_char_variants)]
#![feature(bigint_helper_methods)]
#![feature(strict_overflow_ops)]

Release 1.0 should await all related tracking issues: rust-lang/rust#110998, rust-lang/rust#85532 and rust-lang/rust#118260.

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