24 matches across 1 files for TODO path:src/tools/rust-analyzer/crates/ide-assists/src/handlers/toggle_async_sugar.rs lang:Rust
snippet_mode: grep · sorted by relevance
src/tools/rust-analyzer/crates/ide-assists/src/handlers/toggle_async_sugar.rs RUST 24 matches · showing 5 view file →
196 use core::future::Future;
197 fn foo() -> impl F$0uture<Output = ()> {
198 todo!()
199 }
200 "#,
· · ·
202 use core::future::Future;
203 async fn foo() {
204 todo!()
205 }
206 "#,
· · ·
213 use core::future::Future;
214 fn foo() -> impl F$0uture<Output = usize> {
215 todo!()
216 }
217 "#,
· · ·
219 use core::future::Future;
220 async fn foo() -> usize {
221 todo!()
222 }
223 "#,
· · ·
233 use core::future::Future;
234 as$0ync fn foo() {
235 todo!()
236 }
237 "#,
+ 19 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.