next.js
9bf6e364 - Turbopack: Make `turbo-backend` crate Rust 2024 (#79125)

Commit
253 days ago
Turbopack: Make `turbo-backend` crate Rust 2024 (#79125) - This required explicitly wrapping certain calls in `unsafe` blocks. The calling functions were already marked `unsafe`. - Made this implied reference pattern explicit: ``` | 183 | &mut WriteBatch::Concurrent(ref batch, _) => { | ++++ ```
Author
Parents
Loading