mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 23:56:51 +00:00
Given the necessary additions of bounds to these traits and their impls in the standard library, it is necessary to add `MetaSized` bounds to the obligation which is proven as part of checking for dyn dispatchability.