clear_on_drop icon indicating copy to clipboard operation
clear_on_drop copied to clipboard

Use core::arch instead of inline assembly?

Open tarcieri opened this issue 8 years ago • 0 comments

core::arch will soon be available in stable Rust:

https://github.com/rust-lang/rust/pull/49664

Can one of the x86/x86_64 move instructions be used to provide a HideMemImpl so clear_on_drop will work on stable without the need for C code?

tarcieri avatar Apr 06 '18 20:04 tarcieri