1,452 matches across 25 files for error lang:Rust
snippet_mode: summary · sorted by relevance
compiler/crates/react_compiler_lowering/src/build_hir.rs RUST 181 matches · showing 1 view file →
11use react_compiler_diagnostics::CompilerError;
+ 180 more matches in this file
compiler/crates/react_compiler/src/entrypoint/program.rs RUST 99 matches · showing 1 view file →
37use react_compiler_diagnostics::CompilerError;
+ 98 more matches in this file
compiler/crates/react_compiler_inference/src/infer_mutation_aliasing_effects.rs RUST 55 matches · showing 1 view file →
11//! creation, aliasing, mutation, freezing, and error conditions for each
+ 54 more matches in this file
compiler/crates/react_compiler_reactive_scopes/src/codegen_reactive_function.rs RUST 80 matches · showing 1 view file →
91use react_compiler_diagnostics::CompilerError;
+ 79 more matches in this file
compiler/crates/react_compiler_validation/src/validate_no_derived_computations_in_effects.rs RUST 21 matches · showing 1 view file →
17 CompilerDiagnostic, CompilerDiagnosticDetail, CompilerError, CompilerErrorDetail, ErrorCategory,
+ 20 more matches in this file
compiler/crates/react_compiler_validation/src/validate_no_ref_access_in_render.rs RUST 89 matches · showing 1 view file →
4 CompilerDiagnostic, CompilerDiagnosticDetail, ErrorCategory, SourceLocation,
+ 88 more matches in this file
compiler/crates/react_compiler/src/entrypoint/pipeline.rs RUST 58 matches · showing 1 view file →
13use react_compiler_diagnostics::CompilerError;
+ 57 more matches in this file
compiler/crates/react_compiler_inference/src/infer_mutation_aliasing_ranges.rs RUST 25 matches · showing 1 view file →
21use react_compiler_diagnostics::{CompilerDiagnostic, ErrorCategory};
+ 24 more matches in this file
compiler/crates/react_compiler_validation/src/validate_exhaustive_dependencies.rs RUST 19 matches · showing 1 view file →
5 ErrorCategory, SourceLocation,
+ 18 more matches in this file
compiler/crates/react_compiler_hir/src/environment.rs RUST 105 matches · showing 1 view file →
4use react_compiler_diagnostics::CompilerError;
+ 104 more matches in this file
compiler/crates/react_compiler_reactive_scopes/src/build_reactive_function.rs RUST 29 matches · showing 1 view file →
13 CompilerDiagnostic, CompilerDiagnosticDetail, ErrorCategory, SourceLocation,
+ 28 more matches in this file
compiler/crates/react_compiler_lowering/src/hir_builder.rs RUST 32 matches · showing 1 view file →
8use react_compiler_diagnostics::CompilerError;
+ 31 more matches in this file
compiler/crates/react_compiler_validation/src/validate_hooks_usage.rs RUST 63 matches · showing 1 view file →
17 CompilerDiagnostic, CompilerError, CompilerErrorDetail, ErrorCategory, SourceLocation,
+ 62 more matches in this file
compiler/crates/react_compiler_diagnostics/src/code_frame.rs RUST 14 matches · showing 1 view file →
7use crate::{CompilerDiagnosticDetail, CompilerError, CompilerErrorOrDiagnostic};
+ 13 more matches in this file
compiler/crates/react_compiler_validation/src/validate_no_set_state_in_effects.rs RUST 13 matches · showing 1 view file →
18 CompilerDiagnostic, CompilerDiagnosticDetail, CompilerError, ErrorCategory,
+ 12 more matches in this file
compiler/crates/react_compiler_validation/src/validate_preserved_manual_memoization.rs RUST 17 matches · showing 1 view file →
15 CompilerDiagnostic, CompilerDiagnosticDetail, ErrorCategory, SourceLocation,
+ 16 more matches in this file
compiler/crates/react_compiler_optimization/src/drop_manual_memoization.rs RUST 11 matches · showing 1 view file →
19use react_compiler_diagnostics::ErrorCategory;
+ 10 more matches in this file
compiler/crates/react_compiler_reactive_scopes/src/visitors.rs RUST 22 matches · showing 1 view file →
10use react_compiler_diagnostics::CompilerError;
+ 21 more matches in this file
compiler/crates/react_compiler_reactive_scopes/src/merge_reactive_scopes_that_invalidate_together.rs RUST 6 matches · showing 1 view file →
13use react_compiler_diagnostics::CompilerError;
+ 5 more matches in this file
compiler/crates/react_compiler_ssa/src/rewrite_instruction_kinds_based_on_reassignment.rs RUST 21 matches · showing 1 view file →
21 CompilerDiagnostic, CompilerDiagnosticDetail, CompilerError, ErrorCategory, SourceLocation,
+ 20 more matches in this file
compiler/crates/react_compiler/src/entrypoint/suppression.rs RUST 16 matches · showing 1 view file →
9 CompilerDiagnostic, CompilerDiagnosticDetail, CompilerError, CompilerSuggestion,
+ 15 more matches in this file
compiler/crates/react_compiler_lowering/src/find_context_identifiers.rs RUST 17 matches · showing 1 view file →
15use react_compiler_diagnostics::CompilerError;
+ 16 more matches in this file
compiler/crates/react_compiler/src/entrypoint/validate_source_locations.rs RUST 6 matches · showing 1 view file →
24 CompilerDiagnostic, CompilerDiagnosticDetail, ErrorCategory, Position as DiagPosition,
+ 5 more matches in this file
compiler/crates/react_compiler_validation/src/validate_use_memo.rs RUST 31 matches · showing 1 view file →
4 CompilerDiagnostic, CompilerDiagnosticDetail, CompilerError, ErrorCategory, SourceLocation,
+ 30 more matches in this file
compiler/crates/react_compiler/src/entrypoint/imports.rs RUST 9 matches · showing 1 view file →
24 CompilerError, CompilerErrorDetail, ErrorCategory, Position, SourceLocation,
+ 8 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.