2 matches across 1 files for TODO lang:Rust path:compiler/rustc_ast_passes/src/errors.rs lang:Rust
snippet_mode: auto · sorted by relevance
compiler/rustc_ast_passes/src/errors.rs RUST 2 matches view file →
989 #[primary_span]
990 pub span: Span,
991 // We include the braces around `todo!()` so that a comma is optional, and we don't have to have
992 // any logic looking at the arm being replaced if there was a comma already or not for the
993 // resulting code to be correct.
· · ·
994 #[suggestion(
995 "add a body after the pattern",
996 code = " => {{ todo!() }}",
997 applicability = "has-placeholders",
998 style = "verbose"
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.