mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Change rust interface on drop function to take a mut pointer instead. This will match the drop trait interface more closely. libgrust/ChangeLog: * libproc_macro/rust/bridge/ident.rs: Change drop function interface. Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>