Hacker News new | ask | show | jobs
by Manishearth 3456 days ago
I wasn't refuting their point. I was just pointing this out.

However, you can't bungle the creation of a slice in rust without using explicitly marked unsafe code.

1 comments

Not bungle in the sense of overflowing the underlying buffer, but overflowing the logical buffer that is contained within it, i.e. getting the wrong slice.
Oh, sure. Like I said, I wasn't refuting their point.