2 matches across 1 files for func main lang:TOML path:bootstrap.example.toml
snippet_mode: grep · sorted by relevance
bootstrap.example.toml TOML 2 matches view file →
587# Indicates that the build should be configured for debugging Rust. A
588# `debug`-enabled compiler and standard library will be somewhat
589# slower (due to e.g. checking of debug assertions) but should remain
590# usable.
591#
· · ·
838
839# Compile the compiler with a non-default ThinLTO import limit. This import
840# limit controls the maximum size of functions imported by ThinLTO. Decreasing
841# will make code compile faster at the expense of lower runtime performance.
842#rust.thin-lto-import-instr-limit = if incremental { 10 } else { LLVM default (currently 100) }
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.