1,905 matches across 25 files for TODO lang:Rust
snippet_mode: summary · sorted by relevance
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_match_arms.rs RUST 136 matches · showing 1 view file →
36// Action::Move { distance } => ${1:todo!()},
+ 135 more matches in this file
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_function.rs RUST 77 matches · showing 1 view file →
50// todo!()
+ 76 more matches in this file
compiler/rustc_codegen_cranelift/src/constant.rs RUST 12 matches · showing 1 view file →
17 todo: Vec<TodoItem>,
+ 11 more matches in this file
src/tools/tidy/src/style.rs RUST 5 matches · showing 1 view file →
10//! * No `TODO` or `XXX` directives.
+ 4 more matches in this file
library/stdarch/crates/intrinsic-test/src/arm/types.rs RUST 7 matches · showing 1 view file →
17 (None, Some(_)) => todo!("{self:#?}"), // Likely an invalid case
+ 6 more matches in this file
src/tools/clippy/clippy_utils/src/usage.rs RUST 12 matches · showing 1 view file →
145/// Checks if the given expression is a macro call to `todo!()` or `unimplemented!()`.
+ 11 more matches in this file
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_blanket_trait_impl.rs RUST 39 matches · showing 1 view file →
55// todo!()
+ 38 more matches in this file
src/tools/clippy/clippy_dev/src/new_lint.rs RUST 8 matches · showing 1 view file →
220 // TODO: set xx to the version one below the MSRV used by the lint, and yy to
+ 7 more matches in this file
src/tools/clippy/clippy_lints/src/assigning_clones.rs RUST 5 matches · showing 1 view file →
29 /// fn clone(&self) -> Self { todo!() }
+ 4 more matches in this file
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_impl_members.rs RUST 66 matches · showing 1 view file →
44// todo!()
+ 65 more matches in this file
src/tools/clippy/clippy_lints/src/unused_async.rs RUST 4 matches · showing 1 view file →
3use clippy_utils::usage::is_todo_unimplemented_stub;
+ 3 more matches in this file
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_fields.rs RUST 6 matches · showing 1 view file →
116 ExprFillDefaultMode::Todo => make::ext::expr_todo(),
+ 5 more matches in this file
src/tools/clippy/clippy_lints/src/matches/match_same_arms.rs RUST 4 matches · showing 1 view file →
329 // TODO: Handle negative integers. They're currently treated as a wild match.
+ 3 more matches in this file
src/tools/rust-analyzer/crates/ide-assists/src/handlers/toggle_async_sugar.rs RUST 24 matches · showing 1 view file →
198 todo!()
+ 23 more matches in this file
src/tools/clippy/clippy_lints/src/non_canonical_impls.rs RUST 3 matches · showing 1 view file →
77 /// # todo!();
+ 2 more matches in this file
src/tools/clippy/clippy_lints/src/panic_unimplemented.rs RUST 9 matches · showing 1 view file →
41 /// Checks for usage of `todo!`.
+ 8 more matches in this file
src/tools/rustfmt/src/visitor.rs RUST 6 matches · showing 1 view file →
487 // TODO(calebcartwright): consider enabling box_patterns feature gate
+ 5 more matches in this file
compiler/rustc_codegen_cranelift/build_system/main.rs RUST 6 matches · showing 1 view file →
20mod todo;
+ 5 more matches in this file
src/tools/jsondoclint/src/validator.rs RUST 4 matches · showing 1 view file →
33 todo: HashSet<&'a Id>,
+ 3 more matches in this file
compiler/rustc_const_eval/src/interpret/memory.rs RUST 8 matches · showing 1 view file →
1102 let mut todo = start;
+ 7 more matches in this file
src/tools/clippy/clippy_lints/src/manual_let_else.rs RUST 3 matches · showing 1 view file →
119/// TODO: Support more complex patterns.
+ 2 more matches in this file
library/compiler-builtins/libm/src/math/remquo.rs RUST 1 matches view file →
89 // TODO: this matches musl behavior, but it is incorrect
compiler/rustc_public/src/unstable/convert/stable/ty.rs RUST 5 matches · showing 1 view file →
457 ty::UnsafeBinder(_) => todo!(),
+ 4 more matches in this file
compiler/rustc_const_eval/src/interpret/validity.rs RUST 7 matches · showing 1 view file →
292 todo: Vec<(T, PATH)>,
+ 6 more matches in this file
src/tools/clippy/clippy_lints/src/matches/manual_utils.rs RUST 2 matches · showing 1 view file →
92 // TODO: check all the references made in the scrutinee expression. This will require interacting
+ 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.