|
|
|
|
|
by Buttons840
1067 days ago
|
|
Not true. Their debugger might display the value of the variables, which are unused outside the debugger. There are other options in Rust though, like logging. Create your "unused variable", and then use it in a debug log or dbg macro, etc. |
|