containers / youki

A container runtime written in Rust
https://containers.github.io/youki/
Apache License 2.0
5.99k stars 332 forks source link

Move youki_version macro define in use before #2812

Closed lengrongfu closed 2 weeks ago

lengrongfu commented 2 weeks ago

Current youki_version macro define in main.rs#L59 line, but use main.rs#L30, RustRover can't find this function definition, I just want it to be defined before I use it. https://github.com/containers/youki/blob/4d4ce7c3710d1ed8f155adf23fb62dc672197043/crates/youki/src/main.rs#L59