Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shnatsel/fast_assert
/ fails
Function
fails
fast_assert/src/lib.rs:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
#[test]
72
#[should_panic]
73
fn fails() {
74
fast_assert!(100 < 0);
75
}
76
77
#[test]
78
fn holds_custom_message() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected