Y
Hacker News
new
|
ask
|
show
|
jobs
by
inigyou
16 days ago
If cve-rs exists, is safe rust safe? Can one prove that Rust code is safe only by auditing the unsafe blocks?
1 comments
steveklabnik
16 days ago
Every compiler has bugs.
link
inigyou
15 days ago
Not what I asked
link
whytevuhuni
15 days ago
If cve-rs exists, we still say that safe Rust is safe, in the same way that we say Python is safe despite potential bugs in its interpreter or native libraries, and that Java is safe despite potential bugs in the JVM or JNI libraries, and so on.
link