#[you_can::turn_off_the_borrow_checker]
1–10 of 35 posts
Re: #[you_can::turn_off_the_borrow_checker]
#2Re: #[you_can::turn_off_the_borrow_checker]
#3Re: #[you_can::turn_off_the_borrow_checker]
#4If I can turn that stupid thing off, it might be worth learning Rust after all.
Re: #[you_can::turn_off_the_borrow_checker]
#5Re: #[you_can::turn_off_the_borrow_checker]
#6Re: #[you_can::turn_off_the_borrow_checker]
#7Why would you want to turn it off? I've been writing Rust code for a while and only struggled with this for the first few weeks. The borrow checker is useful and, while I don't mind some unsafe Rust here and there, I wouldn't want to have a Rust dependency that completely disabled it.
I agree with you; the borrow checker is much of Rust's value proposition, and if one wanted to do without it, then Rust isn't the right tool for their particular needs.
Re: #[you_can::turn_off_the_borrow_checker]
#8Why would you want to turn it off? I've been writing Rust code for a while and only struggled with this for the first few weeks. The borrow checker is useful and, while I don't mind some unsafe Rust here and there, I wouldn't want to have a Rust dependency that completely disabled it.
Re: #[you_can::turn_off_the_borrow_checker]
#9Why would you want to turn it off? I've been writing Rust code for a while and only struggled with this for the first few weeks. The borrow checker is useful and, while I don't mind some unsafe Rust here and there, I wouldn't want to have a Rust dependency that completely disabled it.
Re: #[you_can::turn_off_the_borrow_checker]
#10Why would you want to turn it off? I've been writing Rust code for a while and only struggled with this for the first few weeks. The borrow checker is useful and, while I don't mind some unsafe Rust here and there, I wouldn't want to have a Rust dependency that completely disabled it.