Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assert-rs/assert_cmd
/ panic
Method
panic
src/assert.rs:1060–1062 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1058
impl AssertError {
1059
#[track_caller]
1060
fn panic<T>(self) -> T {
1061
panic!(
"{}"
, self)
1062
}
1063
1064
/// Returns the [`Assert`] wrapped into the [`Result`] produced by
1065
/// the `try_` variants of the [`Assert`] methods.
Callers
6
success
Method · 0.80
failure
Method · 0.80
interrupted
Method · 0.80
code
Method · 0.80
stdout
Method · 0.80
stderr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected