MCPcopy 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
37impl Display for IdentUnraw {

Callers 3

expand_shorthandMethod · 0.80
parse_token_exprFunction · 0.80
call_site_identFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected