55
A comparison of Rust's borrow checker to the one in C#
(em-tg.github.io)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
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.