MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / kernel_scheduler_compiles

Function kernel_scheduler_compiles

tests/integration/kernel_modules.rs:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 assert_kernel_module_compiles("fs", kernel::FS);
91}
92
93// --- Regression: my_kernel.hll must compile with all identifiers resolved ---
94// Guards the `computed_binary_pa` class of bug: a rename leaves a stale local
95// reference. On failure, inspect spawn_user_process first.
96
97#[test]

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected