diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-06-15 22:04:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-15 22:04:56 +0200 |
| commit | af955a647e538c3bc724cce84fb913d03e1d6c81 (patch) | |
| tree | a6d286f9cc18cc7b1602240bf7dff30ec590e2aa /tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs | |
| parent | d233522418f3195734d0f41d15a5323dd0f0d425 (diff) | |
| parent | b6a3f126c01d792c448f7b341352f591404bc19a (diff) | |
| download | rust-af955a647e538c3bc724cce84fb913d03e1d6c81.tar.gz rust-af955a647e538c3bc724cce84fb913d03e1d6c81.zip | |
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 ) {}
|
```
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
0 files changed, 0 insertions, 0 deletions
