5 matches across 2 files for func main lang:TOML lang:TOML lang:TOML lang:TOML lang:TOML
snippet_mode: auto · sorted by relevance
triagebot.toml TOML 3 matches view file →
1471type = "content"
1472message = """
1473⚠️ `#[miri::intrinsic_fallback_is_spec]` must only be used if the function actively checks for all UB cases,
1474and explores the possible non-determinism of the intrinsic.
1475"""
· · ·
1737project-name = "Rust"
1738changelog-path = "RELEASES.md"
1739changelog-branch = "main"
1740
1741[shortcut]
· · ·
1745[transfer]
1746
1747# Enable `@rustbot note` functionality
1748# Documentation at: https://forge.rust-lang.org/triagebot/note.html
1749[note]
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.