about summary refs log tree commit diff
path: root/tests/rustdoc-ui/coverage/json.stdout
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-01-12 06:52:35 +0100
committerGitHub <noreply@github.com>2023-01-12 06:52:35 +0100
commite664cb215478fa6f56372e3072d450fffeb634c5 (patch)
treebc51ec96fc396c3dd4ea6720cdce65806fd5e3a3 /tests/rustdoc-ui/coverage/json.stdout
parent9b538e8e62240e9736fcdaa5355b4effd87f126d (diff)
parent70a8d8dcf3c07c3a43c3ee0561dfe5ce594ae365 (diff)
downloadrust-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