124 matches across 8 files for error path:Cargo.lock path:Cargo.lock path:Cargo.lock path:Cargo.lock
snippet_mode: auto · sorted by relevance
src/tools/miri/cargo-miri/Cargo.lock 5 matches view file →
57 "serde",
58 "serde_json",
59 "thiserror",
60]
61
· · ·
226 "getrandom 0.2.16",
227 "libredox",
228 "thiserror",
229]
230
· · ·
372
373[[package]]
374name = "thiserror"
375version = "2.0.17"
376source = "registry+https://github.com/rust-lang/crates.io-index"
· · ·
377checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
378dependencies = [
379 "thiserror-impl",
380]
381
· · ·
382[[package]]
383name = "thiserror-impl"
384version = "2.0.17"
385source = "registry+https://github.com/rust-lang/crates.io-index"
src/tools/rustfmt/Cargo.lock 9 matches · showing 5 view file →
126 "serde",
127 "serde_json",
128 "thiserror 1.0.40",
129]
130
· · ·
480 "getrandom 0.2.6",
481 "libredox",
482 "thiserror 2.0.18",
483]
484
· · ·
540 "tempfile",
541 "term",
542 "thiserror 1.0.40",
543 "toml",
544 "tracing",
· · ·
681
682[[package]]
683name = "thiserror"
684version = "1.0.40"
685source = "registry+https://github.com/rust-lang/crates.io-index"
· · ·
686checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
687dependencies = [
688 "thiserror-impl 1.0.40",
689]
690
+ 4 more matches in this file
src/tools/rustbook/Cargo.lock 11 matches · showing 5 view file →
376
377[[package]]
378name = "error_index_generator"
379version = "0.0.0"
380dependencies = [
· · ·
492 "serde",
493 "serde_json",
494 "thiserror 2.0.17",
495]
496
· · ·
535 "serde_derive",
536 "serde_json",
537 "thiserror 1.0.69",
538]
539
· · ·
832 "serde",
833 "serde_json",
834 "thiserror 1.0.69",
835 "toml 0.8.23",
836]
· · ·
1374 "serde",
1375 "serde_derive",
1376 "thiserror 2.0.17",
1377 "walkdir",
1378]
+ 6 more matches in this file
src/tools/miri/Cargo.lock 12 matches · showing 5 view file →
161 "serde",
162 "serde_json",
163 "thiserror 1.0.69",
164]
165
· · ·
275 "once_cell",
276 "owo-colors",
277 "tracing-error",
278]
279
· · ·
287 "owo-colors",
288 "tracing-core",
289 "tracing-error",
290]
291
· · ·
1207 "getrandom 0.2.16",
1208 "libredox",
1209 "thiserror 2.0.17",
1210]
1211
· · ·
1268 "serde",
1269 "serde_json",
1270 "thiserror 1.0.69",
1271 "tracing",
1272]
+ 7 more matches in this file
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"
Cargo.lock 66 matches · showing 5 view file →
491 "serde-untagged",
492 "serde-value",
493 "thiserror 2.0.17",
494 "toml 0.8.23",
495 "unicode-xid",
· · ·
508 "serde",
509 "serde_json",
510 "thiserror 1.0.69",
511]
512
· · ·
523 "serde",
524 "serde_json",
525 "thiserror 2.0.17",
526]
527
· · ·
537 "serde",
538 "serde_json",
539 "thiserror 2.0.17",
540]
541
· · ·
783 "once_cell",
784 "owo-colors",
785 "tracing-error",
786]
787
+ 61 more matches in this file
src/tools/rust-analyzer/Cargo.lock 13 matches · showing 5 view file →
206 "serde",
207 "serde_json",
208 "thiserror 2.0.16",
209]
210
· · ·
311checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
312dependencies = [
313 "thiserror 2.0.16",
314]
315
· · ·
1982 "once_cell",
1983 "protobuf-support",
1984 "thiserror 1.0.69",
1985]
1986
· · ·
1991checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
1992dependencies = [
1993 "thiserror 1.0.69",
1994]
1995
· · ·
2027
2028[[package]]
2029name = "quick-error"
2030version = "1.2.3"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
+ 8 more matches in this file
library/compiler-builtins/Cargo.lock 4 matches view file →
526dependencies = [
527 "derive_more",
528 "proc-macro-error2",
529 "proc-macro2",
530 "quote",
· · ·
905
906[[package]]
907name = "proc-macro-error-attr2"
908version = "2.0.0"
909source = "registry+https://github.com/rust-lang/crates.io-index"
· · ·
915
916[[package]]
917name = "proc-macro-error2"
918version = "2.0.1"
919source = "registry+https://github.com/rust-lang/crates.io-index"
· · ·
920checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
921dependencies = [
922 "proc-macro-error-attr2",
923 "proc-macro2",
924 "quote",
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.