Files
gcc/libgrust
Pierre-Emmanuel Patry a2605b5a49 gccrs: libproc_macro: Drop function shall take a mutable
The rust API requires a mut reference, hence having a mutable pointer
seems to match better. Furthermore the implementation is now modifying
the struct in order to set the size to 0 instead of simply freeing the
data, this will allow us to easily identify mistaken manual call to this
function.

libgrust/ChangeLog:

	* libproc_macro/rust/bridge/literal.rs: Make the
	pointer mutable.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
2024-01-16 18:34:10 +01:00
..
2024-01-09 00:17:50 +00:00