Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtolnay/thiserror
/ set_span
Method
set_span
impl/src/unraw.rs:32–34 ·
view source on GitHub ↗
(&mut self, span: Span)
Source
from the content-addressed store, hash-verified
30
}
31
32
pub fn set_span(&mut self, span: Span) {
33
self.0.set_span(span);
34
}
35
}
36
37
impl Display for IdentUnraw {
Callers
3
expand_shorthand
Method · 0.80
parse_token_expr
Function · 0.80
call_site_ident
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected