]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_codegen_cranelift/src/driver/mod.rs
Rollup merge of #105710 - compiler-errors:dyn-star-rigid-cast, r=eholk
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 16 Dec 2022 23:45:51 +0000 (00:45 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Dec 2022 23:45:51 +0000 (00:45 +0100)
commit86bbc2014615a276a4c6b267c303b8773c0c54fb
tree890c5c889010097e6eecec834dbbd9a2f4027bc3
parent505848a935f416a3850095dbc7b5899bd66f8b36
parentd0db3279ab251db3612204cc1e3f386e8beae996
Rollup merge of #105710 - compiler-errors:dyn-star-rigid-cast, r=eholk

Don't bug if we're trying to cast `dyn*` to another type

Fixes #105097