stratis-storage/devicemapper-rs

Remove explicit implementation of Debug for dm_ioctl once bindgen dependency is bumped to 0.59

mulkieran opened this issue · 0 comments

We expect that bindgen will be able to generate the Debug implementation then.

bindgen commit: rust-lang/rust-bindgen@a380678
Associated bindgen issue: rust-lang/rust-bindgen#2041

The necessary support for large arrays seems to have gone into Rust 1.47