#Borrowck/lifetime hell

2 messages · Page 1 of 1 (latest)

acoustic fiber
#

I'm trying to compile the code here on this branch https://github.com/NukedOne/synapse/blob/use_stmt/src/main.rs#L23
but whatever I try, which involved putting 'src' in compiler so it lives longer, and wrapping it in Rc, and using different scopes, and god knows what else... did not help, it just won't compile.

Looking to genuinely understand why, and how to fix it.

Thanks.

GitHub

A lean-and-mean virtual stack machine with a reduced instruction set - NukedOne/synapse