Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Emivvvvv/AmongOS
/ panic
Function
panic
tests/stack_overflow.rs:49–51 ·
view source on GitHub ↗
(info: &PanicInfo)
Source
from the content-addressed store, hash-verified
47
48
#[panic_handler]
49
fn panic(info: &PanicInfo) -> ! {
50
amongos::test_panic_handler(info)
51
}
52
53
#[allow(unconditional_recursion)]
54
fn stack_overflow() {
Callers
nothing calls this directly
Calls
1
test_panic_handler
Function · 0.85
Tested by
no test coverage detected