Use StackedContexts
class in lieu of TypeCheckContext::block_stack
#3284
Labels
StackedContexts
class in lieu of TypeCheckContext::block_stack
#3284
The class is available in https://github.com/Rust-GCC/gccrs/blob/master/gcc/rust/util/rust-stacked-contexts.h
You can include the header and remove the
block_stack
member of theTypeCheckContext
class, and replace it with aStackedContexts
member instead. You should also remove the associated methods for popping and pushing to the old context.The text was updated successfully, but these errors were encountered: