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
Note that there's a complication here: we want to *temporarily* continue *even if compilation fails*. This is because if we don't, then every time you run `cargo script` on a script you're currently modifying, and it fails to compile, your compiled dependencies get obliterated.
647
+
Note that there's a complication here: we want to *temporarily* continue *even if compilation fails*.
648
+
This is because if we don't, then every time you run `rust-script` on a script you're currently modifying,
649
+
and it fails to compile, your compiled dependencies get obliterated.
0 commit comments