4 matches across 1 files for error lang:TOML path:compiler/rustc_abi/Cargo.toml
snippet_mode: auto · sorted by relevance
compiler/rustc_abi/Cargo.toml TOML 4 matches view file →
10rand_xoshiro = { version = "0.7.0", optional = true }
11rustc_data_structures = { path = "../rustc_data_structures", optional = true }
12rustc_error_messages = { path = "../rustc_error_messages", optional = true }
13rustc_errors = { path = "../rustc_errors", optional = true }
14rustc_hashes = { path = "../rustc_hashes" }
· · ·
13rustc_errors = { path = "../rustc_errors", optional = true }
14rustc_hashes = { path = "../rustc_hashes" }
15rustc_index = { path = "../rustc_index", default-features = false }
· · ·
27nightly = [
28 "dep:rustc_data_structures",
29 "dep:rustc_error_messages",
30 "dep:rustc_errors",
31 "dep:rustc_macros",
· · ·
30 "dep:rustc_errors",
31 "dep:rustc_macros",
32 "dep:rustc_serialize",
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.