rust/compiler
Zalathar dbdbde2a72 Rename OperandBundleOwned to OperandBundleBox
As with `DIBuilderBox`, the "Box" suffix does a better job of communicating
that this is an owning pointer to some borrowable resource.

This also renames the `raw` method to `as_ref`, which is what it would have
been named originally if the `Deref` problem had been known at the time.
2025-05-11 21:21:38 +10:00
..
2025-05-10 08:58:47 +10:00
2025-05-07 12:56:44 +10:00
2025-05-10 08:58:47 +10:00
2025-05-09 13:57:49 +10:00