48//
49// fn bar(arg: &'static str, baz: Baz) ${0:-> _} {
50▶// todo!()
51// }
52//
· · ·
419/// the correct return type).
420/// * If we could infer the return type, don't focus it (and thus focus the function body) so the
421▶/// user can change the `todo!` function body.
422fn make_return_type(
423 ctx: &AssistContext<'_>,
· · ·
1325
1326fn bar() ${0:-> _} {
1327▶ todo!()
1328}
1329",
· · ·
1352
1353fn bar() ${0:-> _} {
1354▶ todo!()
1355}
1356",
· · ·
1376
1377fn bar() ${0:-> _} {
1378▶ todo!()
1379}
1380
+ 72 more matches in this file