You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is hard to debug why Flux is failing. I will add a dbg! macro for Flux that will print out all the metadata Flux knows about a variable upon running cargo flux.
This task has two parts:
Find a way to preserve the source code debug statement in the MIR
Plumb the data out of Flux and print it
The text was updated successfully, but these errors were encountered:
Currently, it is hard to debug why Flux is failing. I will add a
dbg!
macro for Flux that will print out all the metadata Flux knows about a variable upon runningcargo flux
.This task has two parts:
The text was updated successfully, but these errors were encountered: