Files
rust/tests
Matthias Krüger 1e1e64f10f Rollup merge of #127844 - chenyukang:yukang-fix-type-bound-127555, r=jieyouxu
Remove invalid further restricting suggestion for type bound

This PR partially addresses #127555, it will remove the obvious error suggestion:

```console
   |                      ^^^^ required by this bound in `<Baz as Foo>::bar`
help: consider further restricting this bound
   |
12 |         F: FnMut() + Send + std::marker::Send,
   |                           +++++++++++++++++++
```

I may create another PR to get a better diagnostic for `impl has stricter requirements than trait` scenario.
2024-07-17 16:22:32 +02:00
..
2024-07-01 05:17:13 -07:00
2024-07-13 12:02:12 +00:00
2024-07-06 14:24:20 +02:00
2024-06-07 11:55:52 +08:00