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

Method syn_like_error

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

When we need to raise an error that is attached to a `syn` type (meaning the span of the error will correctly be associated with that type), this method is used. There is no actual `syn` error, we're just reporting a logic error of our own while processing some `syn` types.

(message: U, tokens: T)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected