mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
b97334f65e
rustc_metadata: Do not forget to encode inherent impls for foreign types So I tried to move FFI interface for LLVM from `rustc_codegen_llvm` to `rustc_llvm` and immediately encountered this fascinating issue. Fixes https://github.com/rust-lang/rust/issues/46665.