BUILD_NR undefined in main.rs (service_base macro mismatch) #8

Open
opened 2026-06-03 08:19:13 +00:00 by zaelgohary · 1 comment
Member

Both hero_researcher and hero_researcher_server use hero_lifecycle::service_base!() which only defines SERVICE_TOML, then reference BUILD_NR (E0425). Fix: import herolib_core::service_base instead, whose macro emits both SERVICE_TOML and BUILD_NR.

Both hero_researcher and hero_researcher_server use `hero_lifecycle::service_base!()` which only defines SERVICE_TOML, then reference BUILD_NR (E0425). Fix: import `herolib_core::service_base` instead, whose macro emits both SERVICE_TOML and BUILD_NR.
Author
Member

main: 9436d56975
development: 36a384779b

main: 9436d569756f14b4c4c690e0840105f61d5b2f0d development: 36a384779bb3779234b0835e63b0b63784ad780c
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_researcher#8
No description provided.