Recompile uses the incorrect compile context when mixing up rustic-compile and compile
Thriim opened this issue · 1 comments
Thriim commented
When having both a rust file and any other file opened in the same emacs instance, recompile
always uses rustic-compile
for the last compilation command, which fails if it isn't cargo
(or make
when configured to use it).
Thriim commented
Note that it might be an issue from rustic directly.
As a side note, I'm mainly also using project-compile
and it suffers from the same issue (recompile uses rustic-recompile)