Closed BKSalman closed 5 months ago
This could make it easier to know what exactly is the error when using the bindgen
it propagates results using ? until it reaches the main function then prints it and exits the process with either ExitCode::FAILURE or ExitCode::SUCCESS
?
ExitCode::FAILURE
ExitCode::SUCCESS
any comments on the PR are welcome
This could make it easier to know what exactly is the error when using the bindgen
it propagates results using
?
until it reaches the main function then prints it and exits the process with eitherExitCode::FAILURE
orExitCode::SUCCESS
any comments on the PR are welcome