You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
An error occurred while trying to compile a function with a return value of VOID in debug mode.
To Reproduce
The test uses the ST code as follows. FUNCTION abc : VOID END_FUNCTION
Add the -g argument and compile it.
The error information is as follows.
thread 'main' panicked at src\codegen\debug.rs:522:18: Type should exist at this stage note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Describe the bug
An error occurred while trying to compile a function with a return value of VOID in debug mode.
To Reproduce
The test uses the ST code as follows.
FUNCTION abc : VOID END_FUNCTION
Add the -g argument and compile it.
The error information is as follows.
thread 'main' panicked at src\codegen\debug.rs:522:18: Type should exist at this stage note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
This was supposed to be introduced in #1103
The text was updated successfully, but these errors were encountered: