-
Notifications
You must be signed in to change notification settings - Fork 102
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
rustic-compile results in error #528
rustic-compile results in error #528
Comments
I think I've just encountered the same error. I've only just set up rustic to start learning Rust, and I was trying out a few commands. I've "fixed" it by adding |
It looks like you mean here. If this works for me, I'll make a PR so others can review or use. |
Also address some cosmetic issues with code that emacs complained about. Fixes brotzeit#528 Modified-by: Mark A. Hershberger <[email protected]>
Hi, No - I meant here, but if it also works in the other location, it maybe makes no difference. |
Yeah, I realized that later and updated my comment (for anyone who wonders, my original comment was pointing to line 250). The PR uses your location. |
Also address some cosmetic issues with code that emacs complained about. Fixes brotzeit#528 Modified-by: Mark A. Hershberger <[email protected]>
emacs 30.0.50 (a180f700cbf)
I have the following result after running
M-x toggle-debug-on-error RET
andeval-buffer
incompile.el
:I've found that this is because the buffer-local variable
compilation--start-time
is set tonil
by the time it gets to this point, even if I set it before runningrustic-compile
but haven't found why that is.The text was updated successfully, but these errors were encountered: