It's often a tripping point that dbg!() doesn't seem to work in the ?eval and ?play command. Only when an experienced bot user comes along the confusion is cleared up.
Wouldn't it be possible to echo stderr by default in all the evaluation commands? This should not include rustc output but only output from the executable. The ?playwarn command could be kept to toggle rustc stderr output
It's often a tripping point that
dbg!()doesn't seem to work in the?evaland?playcommand. Only when an experienced bot user comes along the confusion is cleared up.Wouldn't it be possible to echo stderr by default in all the evaluation commands? This should not include rustc output but only output from the executable. The
?playwarncommand could be kept to toggle rustc stderr output