Files
rust/compiler/rustc_trait_selection/src
Jacob Pratt 23f6cb5f12 Rollup merge of #151082 - issue-141403, r=Kivooeo
Silence unused type param error on struct parse error

Given

```
#[derive(Clone)]
struct B<T> {
    a: A<(T, u32)> // <- note, comma is missing here
    /// asdf
    b: u32,
}
```

do not emit unnecessary "unused `T`" error.

Fix rust-lang/rust#141403.
2026-01-15 19:35:47 -05:00
..
2025-07-04 18:26:09 +00:00
2026-01-12 09:22:58 +11:00
2025-12-20 13:56:25 +02:00