From: Matthias Krüger Date: Wed, 8 Feb 2023 06:13:26 +0000 (+0100) Subject: Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=fabefe3f313f3aec7f2172ced923d1fa9708d0b2;p=rust.git Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk Rename `PointerSized` to `PointerLike` The old name was unnecessarily vague. This PR renames a nightly language feature that I added, so I don't think it needs any additional approval, though anyone can feel free to speak up if you dislike the rename. It's still unsatisfying that we don't the user which of {size, alignment} is wrong, but this trait really is just a stepping stone for a more generalized mechanism to create `dyn*`, just meant for nightly testing, so I don't think it really deserves additional diagnostic machinery for now. Fixes #107696, cc ``@RalfJung`` r? ``@eholk`` --- fabefe3f313f3aec7f2172ced923d1fa9708d0b2