Skip to content

Conversation

@A4-Tacks
Copy link
Member

Example

fn foo() { bar(, $0); }
fn bar(x: u32, y: i32) {}

Before this PR

ty: u32, name: x

After this PR

ty: i32, name: y

Example
---
```rust
fn foo() { bar(, $0); }
fn bar(x: u32, y: i32) {}
```

**Before this PR**

```text
ty: u32, name: x
```

**After this PR**

```text
ty: i32, name: y
```
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 25, 2025
@lnicola lnicola changed the title Fix invalid completion arg nr fix: fix parameter info with missing arguments Nov 25, 2025
@lnicola lnicola added this pull request to the merge queue Nov 25, 2025
Merged via the queue into rust-lang:master with commit 45ae0ab Nov 25, 2025
15 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants