Closed FloppyDisck closed 2 years ago
Could this be #136?
rustc 1.62
This issue was fixed back in 1.63, please upgrade your toolchain.
Could this be https://github.com/esp-rs/rust/issues/136?
It's not, but we have a fix for that coming in the next toolchain :)
I tried this code:
I expected to see this happen: Its supposed to print
49 315
Instead, this happened: It prints
-197961600000000000000000000 -197961600000000000000000000
Interesting enough, if you add
println!("");
inside the match cases, the output comes out fine...Meta
rustc --version --verbose
:Backtrace
```
```