rexpat icon indicating copy to clipboard operation
rexpat copied to clipboard

Move to stable rustc

Open rinon opened this issue 5 years ago • 1 comments

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:

  • [x] #![feature(extern_types)]

Convenience, can be removed:

  • [x] #![feature(label_break_value)]
  • [ ] #![feature(main)]

rinon avatar Jan 23 '20 20:01 rinon

label_break_value removed in 78f0686

rinon avatar Feb 06 '20 20:02 rinon