Guest User

Untitled

a guest
Jan 8th, 2025
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. error: environment variable `GIT_COMMIT_HASH` not defined at compile time
  2. --> crates/notedeck_columns/src/support.rs:32:97
  3. |
  4. 32 | ..."), "\nCommit hash: ", env!("GIT_COMMIT_HASH"), "\n\nDescribe the bug...
  5. | ^^^^^^^^^^^^^^^^^^^^^^^
  6. |
  7. = help: use `std::env::var("GIT_COMMIT_HASH")` to read the variable at run time
  8. = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
  9.  
  10. error: environment variable `GIT_COMMIT_HASH` not defined at compile time
  11. --> crates/notedeck_columns/src/ui/support.rs:76:49
  12. |
  13. 76 | ui.label(format!("Commit hash: {}", env!("GIT_COMMIT_HASH")));
  14. | ^^^^^^^^^^^^^^^^^^^^^^^
  15. |
  16. = help: use `std::env::var("GIT_COMMIT_HASH")` to read the variable at run time
  17. = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
  18.  
  19. error: could not compile `notedeck_columns` (lib) due to 2 previous errors
  20.  
Advertisement
Add Comment
Please, Sign In to add comment