25 matches across 1 files for error lang:Rust path:compiler/crates/react_compiler/src/entrypoint/compile_result.rs lang:Rust
snippet_mode: auto · sorted by relevance
compiler/crates/react_compiler/src/entrypoint/compile_result.rs RUST 25 matches · showing 5 view file →
110 timing: Vec<TimingEntry>,
111 },
112 /// A fatal error occurred and panicThreshold dictates it should throw.
113 Error {
114 error: CompilerErrorInfo,
· · ·
113 Error {
114 error: CompilerErrorInfo,
115 events: Vec<LoggerEvent>,
· · ·
114 error: CompilerErrorInfo,
115 events: Vec<LoggerEvent>,
116 #[serde(rename = "orderedLog", skip_serializing_if = "Vec::is_empty")]
· · ·
130}
131
132/// Structured error information for the JS shim.
133#[derive(Debug, Clone, Serialize)]
134pub struct CompilerErrorInfo {
· · ·
134pub struct CompilerErrorInfo {
135 pub reason: String,
136 #[serde(skip_serializing_if = "Option::is_none")]
+ 20 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.