Skip to content

fix: add ident_pat qualifier to fully fn param#21768

Open
A4-Tacks wants to merge 2 commits intorust-lang:masterfrom
A4-Tacks:complete-fully-param-qualifier
Open

fix: add ident_pat qualifier to fully fn param#21768
A4-Tacks wants to merge 2 commits intorust-lang:masterfrom
A4-Tacks:complete-fully-param-qualifier

Conversation

@A4-Tacks
Copy link
Member

@A4-Tacks A4-Tacks commented Mar 6, 2026

  • Do not show commas on label

Example

fn f(foo: (), bar: u32) {}
fn g(foo: (), mut ba$0)

Before this PR

fn f(foo: (), bar: u32) {}
fn g(foo: (), bar: u32)

After this PR

fn f(foo: (), bar: u32) {}
fn g(foo: (), mut bar: u32)

A4-Tacks added 2 commits March 6, 2026 23:08
- Do not show commas on label

Example
---
```rust
fn f(foo: (), bar: u32) {}
fn g(foo: (), mut ba$0)
```

**Before this PR**

```rust
fn f(foo: (), bar: u32) {}
fn g(foo: (), bar: u32)
```

**After this PR**

```rust
fn f(foo: (), bar: u32) {}
fn g(foo: (), mut bar: u32)
```
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 6, 2026
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.

2 participants