Closed
Description
class JsonFileType:
UNIX_FD = "UNIX_FD"
WINDOWS_HANDLE = "WINDOWS_HANDLE"
STDOUT = "STDOUT"
# ... some match statement with JsonFileType
thread 'main' panicked at compiler\codegen\src\compile.rs:511:13:
The symbol 'JsonFileType' must be present in the symbol table, even when it is undefined in python.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace