Skip to content

Conversation

@A4-Tacks
Copy link
Member

Example

impl Notable for u32 {
    type Assoc = &str;
    type Assoc2 = char;
    const ID: u32 = 3;
}

Before this PR

Implements notable traits: `Notable<Assoc = &str, Assoc2 = char>`

After this PR

Implements notable traits: `Notable<Assoc = &str, Assoc2 = char, ID = 3>`

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 28, 2025
@A4-Tacks A4-Tacks force-pushed the render-notable-assoc-const branch from 6ef77a6 to 4dc5cf8 Compare November 28, 2025 06:09
@A4-Tacks A4-Tacks marked this pull request as draft November 28, 2025 06:19
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 28, 2025
@A4-Tacks A4-Tacks marked this pull request as ready for review November 28, 2025 09:13
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 28, 2025
@A4-Tacks A4-Tacks force-pushed the render-notable-assoc-const branch from 4dc5cf8 to ca2df25 Compare November 28, 2025 09:13
Example
---
```rust
impl Notable for u32 {
    type Assoc = &str;
    type Assoc2 = char;
    const ID: u32 = 3;
}
```

**Before this PR**

```text
Implements notable traits: `Notable<Assoc = &str, Assoc2 = char>`
```

**After this PR**

```text
Implements notable traits: `Notable<Assoc = &str, Assoc2 = char, ID = 3>`
```
@A4-Tacks A4-Tacks force-pushed the render-notable-assoc-const branch from ca2df25 to b161e8b Compare November 28, 2025 09:29
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