Hacker News new | ask | show | jobs
by lucy_gatenby 1927 days ago
I got this:

  thread 'main' panicked at 'index out of bounds: the len is 10 but the index is 18446744073709551615', src/core.rs:182:24
1 comments

I thought rust was meant to prevent this stuff?
And it did, panicking instead of letting you access something out of bounds is what bounds checking is about.
Pascal had that. Awesome stuff.