Skip to main content

trace_error_with_session

Function trace_error_with_session 

Source
pub fn trace_error_with_session(
    session: &AnalysisSession,
    input: &str,
    source: String,
) -> EngineResult<ErrorTrace>
Expand description

Resolve a stack trace through an existing analysis session.

ยงErrors

Returns an error if parsing or graph construction fails.