oli-obk / priroda

A graphical debugger for Rust MIR
Apache License 2.0
183 stars 13 forks source link

Update to latest rustc #27

Closed DJMcNab closed 3 years ago

DJMcNab commented 3 years ago

This had a few complications so there are a handful of workarounds:

Whilst I'm here, I'm also going to handle the problems that we have from not following rust_2018_idioms

Thanks to @bjorn3 for answering my queries :)

This is a very cool project, and I hope it can become more useful. 'Perfect' debugging for rust programs is very compelling, with easy back in time debugging.

DJMcNab commented 3 years ago

Hopefully a nightly has landed which this PR is compatible with 🎉

I'll check when I'm at a desktop computer.

bjorn3 commented 3 years ago

My PR missed the deadline for the latest nightly by one merge.

DJMcNab commented 3 years ago

It should work now - we've been bitten by rustc --version often being a day behind the rustup toolchain. That is, the code runs fine on nightly-2020-03-01

bjorn3 commented 3 years ago

Thanks for the effort!