We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are currently using the following nightly-only features:
Unsafe pointer manipulation:
#![feature(const_raw_ptr_to_usize_cast)]
#![feature(const_transmute)]
#![feature(ptr_wrapping_offset_from)]
C ABI:
#![feature(extern_types)]
Convenience, can be removed:
#![feature(label_break_value)]
#![feature(main)]
The text was updated successfully, but these errors were encountered:
label_break_value removed in 78f0686
label_break_value
Sorry, something went wrong.
No branches or pull requests
We are currently using the following nightly-only features:
Unsafe pointer manipulation:
#![feature(const_raw_ptr_to_usize_cast)]
#![feature(const_transmute)]
#![feature(ptr_wrapping_offset_from)]
C ABI:
#![feature(extern_types)]
Convenience, can be removed:
#![feature(label_break_value)]
#![feature(main)]
The text was updated successfully, but these errors were encountered: