-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Labels
bugThe playground isn't doing what it was intended toThe playground isn't doing what it was intended to
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).
Metadata
Metadata
Assignees
Labels
bugThe playground isn't doing what it was intended toThe playground isn't doing what it was intended to