]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3
authorbors <bors@rust-lang.org>
Tue, 3 Aug 2021 16:58:56 +0000 (16:58 +0000)
committerbors <bors@rust-lang.org>
Tue, 3 Aug 2021 16:58:56 +0000 (16:58 +0000)
commitc6bc102fea9f9274202d0bc55a0fef8a3bc92426
tree467d0caf4e7b1c0defb58a75a5585eb3f95aecbd
parentd5fd37f00f1ec5e4a4b0d87f5af0b93f36aab271
parent3cb625e4683c43991de6fc27d6b4e0db5a34011f
Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3

Trait upcasting coercion (part2)

This is the second part of trait upcasting coercion implementation.

Currently this is blocked on #86264 .

The third part might be implemented using unsafety checking

r? `@bjorn3`