• refalo@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    rust isn’t a magic bullet either, it still doesn’t protect against a whole host of problems, like stack overflows, out of memory/bitflips, logic errors, memory leaks, unrecoverable errors/panics etc., and many projects are full of unsafe context rust code anyways.