3 matches across 1 files for error lang:TOML path:compiler/rustc_errors/Cargo.toml path:compiler/rustc_errors/Cargo.toml
snippet_mode: grep · sorted by relevance
compiler/rustc_errors/Cargo.toml TOML 3 matches view file →
1[package]
2name = "rustc_errors"
3version = "0.0.0"
4edition = "2024"
· · ·
12rustc_ast = { path = "../rustc_ast" }
13rustc_data_structures = { path = "../rustc_data_structures" }
14rustc_error_codes = { path = "../rustc_error_codes" }
15rustc_error_messages = { path = "../rustc_error_messages" }
16rustc_hashes = { path = "../rustc_hashes" }
· · ·
15rustc_error_messages = { path = "../rustc_error_messages" }
16rustc_hashes = { path = "../rustc_hashes" }
17rustc_index = { path = "../rustc_index" }
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.