mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
73f40197ec
Make `dyn*`'s value backend type a pointer One tweak on top of Ralf's commit should fix using `usize` as a `dyn*`-coercible type, and should fix when we're using various other pointer types when LLVM opaque pointers is disabled. r? `@eholk` but feel free to reassign cc https://github.com/rust-lang/rust/pull/107728#issuecomment-1421231823 `@RalfJung`
For more information about how rustc works, see the rustc dev guide.