4 matches across 1 files for error path:Cargo.lock path:Cargo.lock path:Cargo.lock path:library/stdarch/Cargo.lock
snippet_mode: grep · sorted by relevance
library/stdarch/Cargo.lock 4 matches view file →
695 "log",
696 "serde",
697 "thiserror",
698 "xml",
699]
· · ·
875
876[[package]]
877name = "thiserror"
878version = "2.0.18"
879source = "registry+https://github.com/rust-lang/crates.io-index"
· · ·
880checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
881dependencies = [
882 "thiserror-impl",
883]
884
· · ·
885[[package]]
886name = "thiserror-impl"
887version = "2.0.18"
888source = "registry+https://github.com/rust-lang/crates.io-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.