Giooschi@lemmy.world to Rust@programming.devEnglish · 2 months agoA comparison of Rust's borrow checker to the one in C#em-tg.github.ioexternal-linkmessage-square26fedilinkarrow-up156arrow-down12cross-posted to: [email protected]
arrow-up154arrow-down1external-linkA comparison of Rust's borrow checker to the one in C#em-tg.github.ioGiooschi@lemmy.world to Rust@programming.devEnglish · 2 months agomessage-square26fedilinkcross-posted to: [email protected]
minus-squaretaladarlinkfedilinkarrow-up1·2 months agoThat kind of “escape hatch” also makes reasoning about code a lot harder merely because you have to consider that someone used it somewhere. You literally don’t want “escape hatches” from safety guarantees all over your language.
That kind of “escape hatch” also makes reasoning about code a lot harder merely because you have to consider that someone used it somewhere. You literally don’t want “escape hatches” from safety guarantees all over your language.