Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CleanCut/ultimate_rust2
/ scared_bunny
Function
scared_bunny
example/hello/src/lib.rs:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
#[should_panic]
40
#[test]
41
fn scared_bunny() {
42
panic!(
"Hop hoppity hop!"
);
43
}
44
45
#[test]
46
fn bunny_result() -> Result<(), ParseIntError> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected