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
cargo install gluon_language-server would run into such error:
error: environment variable `GIT_COMMIT` not defined
--> gluon_language-server-0.17.0/src/command/initialize.rs:39:65
|
39 | concat!(env!("CARGO_PKG_VERSION"), "-", env!("GIT_COMMIT")).into(),
| ^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
But it compiles if I run cargo build from the source dir.
The text was updated successfully, but these errors were encountered:
cargo install gluon_language-server
would run into such error:But it compiles if I run
cargo build
from the source dir.The text was updated successfully, but these errors were encountered: