about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-11-24 20:29:13 +0000
committerbors <bors@rust-lang.org>2022-11-24 20:29:13 +0000
commitb3bc6bf31265ac10946a0832092dbcedf9b26805 (patch)
tree5d839466b9602bf1ae6eb4e42883b68a2aa05545 /compiler/rustc_llvm/llvm-wrapper
parent5dfb4b0afaf6acace0845d00e85a934fb4289d83 (diff)
parent390a637e296ccfaac4c6abd1291b0523e8a8e00b (diff)
downloadrust-b3bc6bf31265ac10946a0832092dbcedf9b26805.tar.gz
rust-b3bc6bf31265ac10946a0832092dbcedf9b26805.zip
Auto merge of #103693 - HKalbasi:master, r=oli-obk
Make rustc_target usable outside of rustc

I'm working on showing type size in rust-analyzer (https://github.com/rust-lang/rust-analyzer/pull/13490) and I currently copied rustc code inside rust-analyzer, which works, but is bad. With this change, I would become able to use `rustc_target` and `rustc_index` directly in r-a, reducing the amount of copy needed.

This PR contains some feature flag to put nightly features behind them to make crates buildable on the stable compiler + makes layout related types generic over index type + removes interning of nested layouts.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper')
0 files changed, 0 insertions, 0 deletions