I think by the "size_of_val needs to not overflow"-motivated rule it arguably doesn't have any range restriction, same as `&[()]`. Should it require that the length is zero?
I think by the "size_of_val needs to not overflow"-motivated rule it arguably doesn't have any range restriction, same as
&[()].Should it require that the length is zero?