Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lintermute/lazy_errors
/ location
Function
location
lazy_errors/src/error.rs:755–757 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
753
754
#[track_caller]
755
pub fn location() -> Location {
756
core::panic::Location::caller()
757
}
758
759
fn display_list_of_children<I: Display>(
760
f: &mut fmt::Formatter<'_>,
Callers
4
push
Method · 0.85
wrap
Method · 0.85
wrap_with
Method · 0.85
from_message
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected