error: mismatched types:
expected `collections::string::String`,
found `core::option::Option<collections::string::String>`
(expected struct `collections::string::String`,
found enum `core::option::Option`) [E0308]
のエラーが頻発。
collections::string::Stringがほしいのにcore::option::Option<collections::string::String>になるよってやつ。
unreap()すると直ることがある。
type_stackがvecでto_string()なの let scaffoding_val = type_stack.pop().unwrap();