diff options
| author | David Wood <david.wood2@arm.com> | 2025-02-10 14:18:20 +0000 |
|---|---|---|
| committer | David Wood <david.wood2@arm.com> | 2025-06-16 23:04:33 +0000 |
| commit | 884d0e031a046af894b43180032c1803bb6d0834 (patch) | |
| tree | ba91549781031a904380e0e4052e1bc4faa632cd /tests/codegen/patchable-function-entry | |
| parent | 322cc315040da14c12f84d74fd5761c5d064e50e (diff) | |
| download | rust-884d0e031a046af894b43180032c1803bb6d0834.tar.gz rust-884d0e031a046af894b43180032c1803bb6d0834.zip | |
library/compiler: add `PointeeSized` bounds
As core uses an extern type (`ptr::VTable`), the default `?Sized` to `MetaSized` migration isn't sufficient, and some code that previously accepted `VTable` needs relaxed to continue to accept extern types. Similarly, the compiler uses many extern types in `rustc_codegen_llvm` and in the `rustc_middle::ty::List` implementation (`OpaqueListContents`) some bounds must be relaxed to continue to accept these types. Unfortunately, due to the current inability to relax `Deref::Target`, some of the bounds in the standard library are forced to be stricter than they ideally would be.
Diffstat (limited to 'tests/codegen/patchable-function-entry')
0 files changed, 0 insertions, 0 deletions
