3 matches across 1 files for error lang:Markdown path:compiler/rustc_error_codes/src/error_codes/E0002.md
snippet_mode: auto · sorted by relevance
compiler/rustc_error_codes/src/error_codes/E0002.md MARKDOWN 3 matches view file →
1#### Note: this error code is no longer emitted by the compiler.
2
3This error indicates that an empty match expression is invalid because the type
· · ·
3This error indicates that an empty match expression is invalid because the type
4it is matching on is non-empty (there exist values of this type). In safe code
5it is impossible to create an instance of an empty type, so empty match
· · ·
6expressions are almost never desired. This error is typically fixed by adding
7one or more cases to the match expression.
8
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.