Skip to content

compiler/rust: Fix a bad cast in the memstream abstraction

Faith Ekstrand requested to merge gfxstrand/mesa:compiler/fix-memstream into main

If you just do ref.cast(), it will cast the thing it's a reference to. If you want to turn a reference into a pointer, you need to explicitly use "as".

Merge request reports

Loading