Patrick Lühne
6163c5b259
Use std::rc::Rc types for variable declarations
These fields may have to be shared in other data structures, such as a variable declaration stack. In order to accomplish that, it’s necessary to wrap the variable declarations in std::rc::Rc.
Description
No description provided
Languages
Rust
100%