5 matches across 1 files for error lang:TOML path:bootstrap.example.toml
snippet_mode: grep · sorted by relevance
bootstrap.example.toml TOML 5 matches view file →
358#
359# Under Windows this should be `yarn.cmd` or path to it (verified on nodejs v18.06), or
360# error will be emitted.
361#build.yarn = "yarn"
362
· · ·
773#rust.optimize-tests = true
774
775# Flag indicating whether codegen tests will be run or not. If you get an error
776# saying that the FileCheck executable is missing, you may want to disable this.
777# Also see the target's llvm-filecheck option.
· · ·
828
829# Whether to deny warnings in crates. Set to `false` to avoid
830# error: warnings are denied by `build.warnings` configuration
831#rust.deny-warnings = true
832
· · ·
833# Print backtrace on internal compiler errors during bootstrap
834#rust.backtrace-on-ice = false
835
· · ·
905#rust.std-features = ["panic_unwind"]
906
907# Trigger a `DebugBreak` after an internal compiler error during bootstrap on Windows
908#rust.break-on-ice = true
909
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.