109 matches across 1 files for error lang:Rust path:compiler/crates/react_compiler_diagnostics/src/lib.rs
snippet_mode: grep · sorted by relevance
compiler/crates/react_compiler_diagnostics/src/lib.rs RUST 109 matches · showing 5 view file →
6use serde::{Deserialize, Serialize};
7
8/// Error categories matching the TS ErrorCategory enum
9#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize)]
10pub enum ErrorCategory {
· · ·
10pub enum ErrorCategory {
11 Hooks,
12 CapitalizedCalls,
· · ·
24 EffectSetState,
25 EffectDerivationsOfState,
26 ErrorBoundaries,
27 Purity,
28 RenderSetState,
· · ·
37}
38
39/// Error severity levels
40#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize)]
41pub enum ErrorSeverity {
· · ·
41pub enum ErrorSeverity {
42 Error,
43 Warning,
+ 104 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.