46 matches across 1 files for TODO lang:Rust path:compiler/crates/react_compiler_lowering/src/build_hir.rs
snippet_mode: auto · sorted by relevance
compiler/crates/react_compiler_lowering/src/build_hir.rs RUST 46 matches · showing 5 view file →
509 _ => {
510 builder.record_error(CompilerErrorDetail {
511 category: ErrorCategory::Todo,
512 reason: format!(
513 "(BuildHIR::lowerMemberExpression) Handle {:?} property",
· · ·
592 _ => {
593 builder.record_error(CompilerErrorDetail {
594 category: ErrorCategory::Todo,
595 reason: format!(
596 "(BuildHIR::lowerMemberExpression) Handle {:?} property",
· · ·
715 ) {
716 builder.record_error(CompilerErrorDetail {
717 category: ErrorCategory::Todo,
718 reason: "(BuildHIR::lowerExpression) Pipe operator not supported".to_string(),
719 description: None,
· · ·
758 builder.record_error(CompilerErrorDetail {
759 reason: "Unsupported delete target".to_string(),
760 category: ErrorCategory::Todo,
761 loc: loc.clone(),
762 description: None,
· · ·
802 builder.record_error(CompilerErrorDetail {
803 reason: "throw expressions are not supported".to_string(),
804 category: ErrorCategory::Todo,
805 loc: loc.clone(),
806 description: None,
+ 41 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.