Closed
Description
The big "🞂 Run" button is obvious: it builds and runs the program.
But the "Build" option from menu is less so:
Build. No bells and whistles, regular build coming right up :D
I expected it to be like cargo build
or cargo check
, but in reality is just the same as Run.
For example, experimenting with #![feature(label_break_value)]
may imply trying various loop {}
things, not necessarily executing them (and waiting for the timeout to see if syntax is OK).