Skip to main content

SUITE_TABLE

Constant SUITE_TABLE 

Source
pub const SUITE_TABLE: &[SuiteEntry];
Expand description

Endpoint index → suite directory.

The host-side mirror of src/main.rs’s #[subsoil::endpoint(N)] table. Both lists must stay in sync; the conformance harness iterates this one to drive every endpoint without duplicating the indices in the test code.

The #[subsoil::endpoint(N)] annotations live in main.rs (the binary crate) because #[used] static in an rlib doesn’t propagate into a bin’s final ELF if nothing in the bin references it — the linker drops the whole rlib object file.