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
I want to try using Rust for short scripts (similar to scripting in Bash or Python). Creating a full-fledged Cargo project can be overkill for such tasks.
I can compile & run these standalone scripts using rustc script.rs. It would be nice if Rust Analzyer also supported such scripts (for example, showing the Run button above fn main() in VS Code).
The text was updated successfully, but these errors were encountered:
I want to try using Rust for short scripts (similar to scripting in Bash or Python). Creating a full-fledged Cargo project can be overkill for such tasks.
I can compile & run these standalone scripts using
rustc script.rs
. It would be nice if Rust Analzyer also supported such scripts (for example, showing the Run button abovefn main()
in VS Code).The text was updated successfully, but these errors were encountered: