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
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).
The text was updated successfully, but these errors were encountered:
The big "🞂 Run" button is obvious: it builds and runs the program.
But the "Build" option from menu is less so:
I expected it to be like
cargo build
orcargo check
, but in reality is just the same as Run.For example, experimenting with
#![feature(label_break_value)]
may imply trying variousloop {}
things, not necessarily executing them (and waiting for the timeout to see if syntax is OK).The text was updated successfully, but these errors were encountered: