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
When I run the project with "RustEnhanced - Run" build tool it takes about 4-5 second to even show the console after that the rustc takes about 2.5 seconds (0.01 seconds if your compiling it for a second time) and then something like 3 seconds later it shows the message [Finished in 4.2s] adding up to a total of like 10-11 seconds to build even a hello world program
And running the project from the terminal using "cargo run" only takes the 2.5s (0.01s if its compiled before) that I've mentioned before
Steps to reproduce
Create a new project using cargo
Write some very simple code like hello world
The text was updated successfully, but these errors were encountered:
Sublime Text Version
Sublime Text 4 (Build 4143)
Rust Enhanced Version
2.27.0
Operating system
Windows 10 (AtlasOS Edition)
Build 19042.631
Expected behavior
Run times should take way less time
Actual behavior
When I run the project with "RustEnhanced - Run" build tool it takes about 4-5 second to even show the console after that the rustc takes about 2.5 seconds (0.01 seconds if your compiling it for a second time) and then something like 3 seconds later it shows the message [Finished in 4.2s] adding up to a total of like 10-11 seconds to build even a hello world program
And running the project from the terminal using "cargo run" only takes the 2.5s (0.01s if its compiled before) that I've mentioned before
Steps to reproduce
The text was updated successfully, but these errors were encountered: