about summary refs log tree commit diff
path: root/tests/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-06-15 22:04:56 +0200
committerGitHub <noreply@github.com>2023-06-15 22:04:56 +0200
commitaf955a647e538c3bc724cce84fb913d03e1d6c81 (patch)
treea6d286f9cc18cc7b1602240bf7dff30ec590e2aa /tests/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs
parentd233522418f3195734d0f41d15a5323dd0f0d425 (diff)
parentb6a3f126c01d792c448f7b341352f591404bc19a (diff)
downloadrust-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-sha256.rs')
0 files changed, 0 insertions, 0 deletions