Could "x"
then possibly desugar into & 'static String
?
Where the actual String
would be in static data?
Or maybe even into *static_var
where static_var
has got type & 'static String
?
Could "x"
then possibly desugar into & 'static String
?
Where the actual String
would be in static data?
Or maybe even into *static_var
where static_var
has got type & 'static String
?