Closed rukai closed 2 years ago
It seems like the required functionality here has been stabilized under https://doc.rust-lang.org/std/ptr/fn.read_volatile.html and https://doc.rust-lang.org/std/ptr/fn.write_volatile.html This is the only nightly feature remaining that is preventing rust-x86 from going to stable rust.
Thanks, this is great!
It seems like the required functionality here has been stabilized under https://doc.rust-lang.org/std/ptr/fn.read_volatile.html and https://doc.rust-lang.org/std/ptr/fn.write_volatile.html This is the only nightly feature remaining that is preventing rust-x86 from going to stable rust.