runtime

Attribute Macro runtime 

Source
#[runtime]
Expand description

Marks a chunk of code as being runtime-only, which means that no staged code in its crate can depend on it. Code behind this attribute is allowed to use staged entrypoints defined in the same crate.