File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ paths leading from your code to the panic handler.
2727The idea for this tool was born while we were on some code for Cortex-M processors. Using ` objdump ` and ` grep ` you can
2828easily prove that there is no ` panic! ` in the code, because the optimizer has removed those functions from the resulting
2929binary. For non ` #[no_std] ` targets the optimizer cannot remove them because the binary is statically linked to the
30- Rust standard libary which contains those functions. We wanted this tool to be able to prove the abscence
31- of paths to ` panic! ` in Rust binaries that contain the standard libary . See the [ Results] ( #Results ) section to see
30+ Rust standard library which contains those functions. We wanted this tool to be able to prove the abscence
31+ of paths to ` panic! ` in Rust binaries that contain the standard library . See the [ Results] ( #Results ) section to see
3232why this turned out to be not so easy.
3333
3434## Who
You can’t perform that action at this time.
0 commit comments