macro_rules! define_entry_version {
() => { ... };
}Available on crate feature
kernel only.Expand description
Defines the hermit entry version in the note section.
This macro must be used in a module that is guaranteed to be linked. See https://github.com/rust-lang/rust/issues/99721.