Skip to content
Rust fixes for 6.5-rc5

 - Allocator: prevent mis-aligned allocation.

 - Types: delete 'ForeignOwnable::borrow_mut'. A sound replacement is
   planned for the merge window.

 - Build: fix bindgen error with UBSAN_BOUNDS_STRICT.