6 matches across 1 files for TODO lang:Markdown path:src/doc/rustc-dev-guide/src/conventions.md
snippet_mode: auto · sorted by relevance
src/doc/rustc-dev-guide/src/conventions.md MARKDOWN 6 matches · showing 5 view file →
115which are effectively tests for a single variant.
116
117### Use "TODO" comments for things you don't want to forget
118
119As a useful tool to yourself, you can insert a `// TODO` comment
· · ·
119As a useful tool to yourself, you can insert a `// TODO` comment
120for something that you want to get back to before you land your PR:
121
· · ·
123fn do_something() {
124 if something_else {
125 unimplemented!(); // TODO write this
126 }
127}
· · ·
128```
129
130The tidy script will report an error for a `// TODO` comment, so this
131code would not be able to land until the TODO is fixed (or removed).
132
· · ·
131code would not be able to land until the TODO is fixed (or removed).
132
133This can also be useful in a PR as a way to signal from one commit that you are
+ 1 more matches in this file
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.