mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
95f242c525
It looks like the only outstanding issue aliasing issue in this repo (with raw pointer tagging) was this one move of a Box after saving a pointer to the allocation that the Box guards. This is UB according to the Stacked Borrows with raw pointer tagging in combination with the way rustc applies noalias to Box. As is often the case, the resolution here is to convert the Box down to a raw pointer before a pointer into the allocation is created. |
||
---|---|---|
.. | ||
workflows | ||
FUNDING.yml |