MCPcopy Create free account
hub / github.com/anelson/tracers / into_compiler_error

Method into_compiler_error

tracers-codegen/src/error.rs:252–268  ·  view source on GitHub ↗

Convert this error into a `TokenStream` such that when the compiler consumes the token stream it will evaluate to a compile error, with the span corresponding to whatever element was used to report the error. For those error types that don't have a corresponding element, the call site of the macro will be used

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

probeFunction · 0.80
init_providerFunction · 0.80
tracerFunction · 0.80

Calls 1

into_syn_errorMethod · 0.80

Tested by

no test coverage detected