about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMaybe Waffle <waffle.lapkin@gmail.com>2023-04-05 13:28:25 +0000
committerMaybe Waffle <waffle.lapkin@gmail.com>2023-04-05 13:49:48 +0000
commitd7056548f9dd51d44d9d29fd0376ac509605076b (patch)
tree3765a4eff01a1ae775b645b89622c934aad35562 /compiler/rustc_codegen_llvm/src
parentc0ceefdfaf9a1e131bfbf4849bbaaac23af621a4 (diff)
downloadrust-d7056548f9dd51d44d9d29fd0376ac509605076b.tar.gz
rust-d7056548f9dd51d44d9d29fd0376ac509605076b.zip
Yeet `owning_ref`
Turns out
- `owning_ref` is unsound due to `Box` aliasing stuff
- `rustc` doesn't need 99% of the `owning_ref` API
- `rustc` can use a far simpler abstraction that is `OwnedSlice`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions