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

Move to stable rustc #18

Open
2 of 6 tasks
rinon opened this issue Jan 23, 2020 · 1 comment
Open
2 of 6 tasks

Move to stable rustc #18

rinon opened this issue Jan 23, 2020 · 1 comment

Comments

@rinon
Copy link
Contributor

rinon commented Jan 23, 2020

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)]
@rinon
Copy link
Contributor Author

rinon commented Feb 6, 2020

label_break_value removed in 78f0686

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