7 matches across 1 files for TODO lang:Rust path:compiler/crates/react_compiler_reactive_scopes/src/codegen_reactive_function.rs
snippet_mode: auto · sorted by relevance
compiler/crates/react_compiler_reactive_scopes/src/codegen_reactive_function.rs RUST 7 matches · showing 5 view file →
1298 if instructions.len() != 2 {
1299 cx.record_error(CompilerErrorDetail {
1300 category: ErrorCategory::Todo,
1301 reason: "Support non-trivial for..in inits".to_string(),
1302 description: None,
· · ·
1375 if test_instrs.len() != 2 {
1376 cx.record_error(CompilerErrorDetail {
1377 category: ErrorCategory::Todo,
1378 reason: "Support non-trivial for..of inits".to_string(),
1379 description: None,
· · ·
1430 InstructionValue::StoreContext { .. } => {
1431 cx.record_error(CompilerErrorDetail {
1432 category: ErrorCategory::Todo,
1433 reason: format!("Support non-trivial {} inits", context_name),
1434 description: None,
· · ·
2005 let _declarator = &var_decl.declarations[0];
2006 cx.record_error(CompilerErrorDetail {
2007 category: ErrorCategory::Todo,
2008 reason: format!(
2009 "(CodegenReactiveFunction::codegenInstructionValue) Cannot declare variables in a value block"
· · ·
2015 expressions.push(Expression::StringLiteral(StringLiteral {
2016 base: BaseNode::typed("StringLiteral"),
2017 value: format!("TODO handle declaration").into(),
2018 }));
2019 }
+ 2 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.