-
Notifications
You must be signed in to change notification settings - Fork 22
JS error and rebuilds triggered #76
Comments
Thanks for the issue! Can you please run Atom in dev mode and check if there is something interesting about rustc output (it will appear in popups)? I would really appreciate that. And if you can't, an example of such crate would be really helpful. |
Is there a way to see what cargo command is run? |
Ok, so after restarting it and then saving again it compiled fine. But then when I run |
@FredrikNoren If by saying |
@White-Oak Ok, I made some progress. I noticed that my atom install still looked old, even though it was the latest version, and got suspicious, so I cleaned it out completely and re-installed it. Now everything works fine. So guessing this was probably something that got weird with my local config. Thanks for the help though! |
Hi,
I'm not sure why this happens, but for some of my repositories linter-rust triggers a complete rebuild, and then crashes with the following error:
The rebuild also crashes so if I run
cargo run
after this it needs to build the whole project from scratch.The only "special" things about these repos that I can think of is that they have a
.cargo/config
with a bunch of linking statements:Versions
The text was updated successfully, but these errors were encountered: