Comment on Always Bump Downwards (2019)parentComments−wrsh072ySince we're both thinking about this...Is rust warning you about pointer overflow? My understanding is that rust is complaining about integer overflow but perhaps that's insufficient?(I don't actually know which solution is better/worse from perf perspective besides author's post)
Comments
Since we're both thinking about this...
Is rust warning you about pointer overflow? My understanding is that rust is complaining about integer overflow but perhaps that's insufficient?
(I don't actually know which solution is better/worse from perf perspective besides author's post)