2 matches across 1 files for error lang:Markdown lang:Markdown lang:Markdown path:library/core/src/fmt/fmt_trait_method_doc.md
snippet_mode: auto · sorted by relevance
library/core/src/fmt/fmt_trait_method_doc.md MARKDOWN 2 matches view file →
1Formats the value using the given formatter.
2
3# Errors
4
5This function should return [`Err`] if, and only if, the provided [`Formatter`] returns [`Err`].
· · ·
6String formatting is considered an infallible operation; this function only
7returns a [`Result`] because writing to the underlying stream might fail and it must
8provide a way to propagate the fact that an error has occurred back up the stack.
9
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.