I mean that &UnsafeCell { value: () }
for example is not valid inside const
, static
or static mut
, only inside functions.
I mean that &UnsafeCell { value: () }
for example is not valid inside const
, static
or static mut
, only inside functions.