3 matches across 1 files for func main lang:TOML lang:TOML path:bootstrap.example.toml
snippet_mode: auto · sorted by relevance
bootstrap.example.toml TOML 3 matches view file →
599# Indicates that the build should be configured for debugging Rust. A
600# `debug`-enabled compiler and standard library will be somewhat
601# slower (due to e.g. checking of debug assertions) but should remain
602# usable.
603#
· · ·
858
859# Compile the compiler with a non-default ThinLTO import limit. This import
860# limit controls the maximum size of functions imported by ThinLTO. Decreasing
861# will make code compile faster at the expense of lower runtime performance.
862#rust.thin-lto-import-instr-limit = if incremental { 10 } else { LLVM default (currently 100) }
· · ·
941# If unset, the first upstream parent commit will be used.
942#
943# The SHA must point to a merge commit merged into the mainline rust-lang/rust `main` branch,
944# because bootstrap will attempt to download the JSON docs data for this commit from its CI.
945#rust.stdlib-semver-baseline = "<commit-sha>"
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.