diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-01-12 06:52:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-12 06:52:35 +0100 |
| commit | e664cb215478fa6f56372e3072d450fffeb634c5 (patch) | |
| tree | bc51ec96fc396c3dd4ea6720cdce65806fd5e3a3 /tests/rustdoc-ui/coverage/json.stdout | |
| parent | 9b538e8e62240e9736fcdaa5355b4effd87f126d (diff) | |
| parent | 70a8d8dcf3c07c3a43c3ee0561dfe5ce594ae365 (diff) | |
| download | rust-e664cb215478fa6f56372e3072d450fffeb634c5.tar.gz rust-e664cb215478fa6f56372e3072d450fffeb634c5.zip | |
Rollup merge of #106532 - compiler-errors:dyn-star-to-dyn, r=jackh726
Allow codegen to unsize `dyn*` to `dyn` `dyn* Trait` is just another type that implements `Trait`, so we should be able to unsize `&dyn* Trait` into `&dyn Trait` perfectly fine, same for `Box` and other unsizeable types. Fixes #106488
Diffstat (limited to 'tests/rustdoc-ui/coverage/json.stdout')
0 files changed, 0 insertions, 0 deletions
