←back to thread

Indices, not Pointers

(joegm.github.io)
102 points vitalnodo | 1 comments | | HN request time: 0.001s | source
Show context
skulk ◴[] No.45111204[source]
This is a very tempting and commonly used strategy in Rust to bypass the borrow checker. I've used it to implement tries/DFAs with great success (though I can't find the code anymore)
replies(3): >>45112462 #>>45112631 #>>45114374 #
1. skeezyboy ◴[] No.45114374[source]
> This is a very tempting and commonly used strategy in Rust to bypass the borrow checker.

Are you even allowed to publicly disparage the borrow checker like that?