6 matches across 1 files for TODO path:compiler/rustc_codegen_cranelift/build_system/main.rs
snippet_mode: grep · sorted by relevance
compiler/rustc_codegen_cranelift/build_system/main.rs RUST 6 matches · showing 5 view file →
18mod shared_utils;
19mod tests;
20mod todo;
21mod utils;
22
· · ·
40 AbiCafe,
41 Bench,
42 CheckTodo,
43}
44
· · ·
69 Some("abi-cafe") => Command::AbiCafe,
70 Some("bench") => Command::Bench,
71 Some("check-todo") => Command::CheckTodo,
72 Some(flag) if flag.starts_with('-') => arg_error!("Expected command found flag {}", flag),
73 Some(command) => arg_error!("Unknown command {}", command),
· · ·
143 }
144
145 if command == Command::CheckTodo {
146 todo::run();
147 }
· · ·
146 todo::run();
147 }
148
+ 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.