Hacker News new | ask | show | jobs
by zozbot234 776 days ago
Rust does "borrow checking at runtime" with RefCell<>.
1 comments

right, but RefCell is optional. if you dont use that, you get checking at compile time.