5 matches across 2 files for func main lang:TOML
snippet_mode: auto · sorted by relevance
1434type = "content"
1435message = """
1436▶⚠️ `#[miri::intrinsic_fallback_is_spec]` must only be used if the function actively checks for all UB cases,
1437and explores the possible non-determinism of the intrinsic.
1438"""
· · ·
1696project-name = "Rust"
1697changelog-path = "RELEASES.md"
1698▶changelog-branch = "main"
1699
1700[shortcut]
· · ·
1704[transfer]
1705
1706▶# Enable `@rustbot note` functionality
1707# Documentation at: https://forge.rust-lang.org/triagebot/note.html
1708[note]
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 login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language 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.