3 matches across 1 files for TODO lang:Rust path:compiler/crates/react_compiler_lowering/src/find_context_identifiers.rs
snippet_mode: auto · sorted by relevance
compiler/crates/react_compiler_lowering/src/find_context_identifiers.rs RUST 3 matches view file →
255}
256
257/// Record the TS-faithful Todo for an unsupported assignment-target wrapper
258/// node, mirroring the TypeScript `FindContextIdentifiers` pass. TS throws
259/// immediately (CompilerError.throwTodo in handleAssignment's default case),
· · ·
259/// immediately (CompilerError.throwTodo in handleAssignment's default case),
260/// aborting before BuildHIR ever runs or logs, so this must return Err rather
261/// than record-and-continue: otherwise Rust emits HIR debug entries for a
· · ·
269 let mut err = CompilerError::new();
270 err.push_error_detail(CompilerErrorDetail {
271 category: ErrorCategory::Todo,
272 reason: format!(
273 "[FindContextIdentifiers] Cannot handle Object destructuring assignment target {type_name}"
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.