-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thread 'main' panicked at 'Failed to run 'compile' #190
Comments
Possibly related to #173, but I can't reproduce it :/ |
I noticed that this happened to me if I used emacs as an editor but not if I used vim. So after some digging the error seems to occur because of emacs file locking files. Emacs creates a I submitted a pull request with a fix. #191 |
I released 1.4.0 which includes the fix, maybe that'll do it? |
@salvador-immortal |
@MrFroop result :
|
I'm getting the same thing, except my traceback lis slightly different:
|
feat(cli): check for rustc before doing anything Addresses #190. From the backtraces shown there, it seems like we're not able to launch `rustc` (which is odd, given that they probably compiled and installed `rustlings` 🤷♀️)
feat(cli): check for rustc before doing anything Addresses rust-lang#190. From the backtraces shown there, it seems like we're not able to launch `rustc` (which is odd, given that they probably compiled and installed `rustlings` 🤷♀️)
feat(cli): check for rustc before doing anything Addresses rust-lang#190. From the backtraces shown there, it seems like we're not able to launch `rustc` (which is odd, given that they probably compiled and installed `rustlings` 🤷♀️)
feat(cli): check for rustc before doing anything Addresses rust-lang#190. From the backtraces shown there, it seems like we're not able to launch `rustc` (which is odd, given that they probably compiled and installed `rustlings` 🤷♀️)
hi ,, im getting this error on running
rustlings w
orrustlings v
after fixing variables1.rs :The text was updated successfully, but these errors were encountered: