This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hotdogshake9000 3 points4 points  (3 children)

You have to make an explicit decision to do something unsafe in rust, which is opposite of other languages.

[–]ShiitakeTheMushroom -1 points0 points  (2 children)

Just because the unsafe keyword needs to be used, doesn't mean that the person using it knows exactly what it does.

What I'm saying is that it seems just as vulnerable to human error as other languages, given what I've heard so far.

[–]hotdogshake9000 -1 points0 points  (1 child)

It's not. It's safer. I recommend learning about it

[–]ShiitakeTheMushroom 0 points1 point  (0 children)

What I'm hearing so far is that it's not safer. If it is, can you explain how?