|
|
|
|
|
by bcjdjsndon
55 days ago
|
|
> No, this is completely incorrect, Show me system level rust code that only uses safe then... You can't because its impossible. I doesn't matter that it's a minority of files (!), the simple fact is you can't program systems without using unsafe. Rewrite the c dependencies in rust and the amount of unsafe code increases massively > Most Rust coders are not manually managing memory on the regular Another sidestep. If coders in general cannot be trusted to manage memory, why can a rust coder be trusted all of a sudden? > . But there are dozens of built-in warnings and Clippy lints that analyze unsafe blocks and attempts to flag issues early. We already had that, it wasn't enough, hence..... rust, remember? |
|