Skip to content

Conversation

@A4-Tacks
Copy link
Member

@A4-Tacks A4-Tacks commented Nov 10, 2025

Very cool feature that can quickly complete simple return types

Close #20885

Example

fn foo() u$0

Before this PR

kw where

After this PR

bt u32 u32
kw where
...
fn foo() -> u32

Very cool feature that can quickly complete simple return types

Example
---
```rust
fn foo() u$0
```

**Before this PR**

```text
kw where
```

**After this PR**

```text
bt u32 u32
kw where
...
```

```rust
fn foo() -> u32
```
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 10, 2025
@A4-Tacks
Copy link
Member Author

r? @ChayimFriedman2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Complete thin-arrow on function return position

3 participants