rust/compiler
Guillaume Gomez af955a647e
Rollup merge of #112614 - lukas-code:apit-unsized-suggestion, r=compiler-errors
tweak suggestion for argument-position `impl ?Sized`

fixes this invalid suggestion:
```text
help: consider removing the `?Sized` bound to make the type parameter `Sized`
  |
1 - fn foo(_: impl ?Sized) {}
1 + fn foo(_: impl ) {}
  |
```
2023-06-15 22:04:56 +02:00
..
2023-06-05 16:01:09 +02:00
2023-06-03 09:44:30 +08:00
2023-06-12 11:58:40 +02:00
2023-05-26 15:18:54 -04:00
2023-05-26 18:55:02 +01:00