Hacker News new | ask | show | jobs
by ceteia 126 days ago
Does the Rust implementation not use any unsafe and does not use libraries using unsafe?
1 comments

No. What would be the point of that?
Not Firefox, but Servo has quite a lot of unsafe, even though some of the results are false positives.

https://grep.app/search?f.repo=servo%2Fservo&f.repo.pattern=...

So Servo at the very least cannot be said to be 'safe'. And I believe the Rust code in Firefox is similar.