Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPass a sourceDescription to throw_type_error in CodegenRust.py #3066
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 4283 of CodegenRust.py, we should pass a sourceDescription to the call to throw_type_error, in order to get more information about the error. Currently, the line is throw_type_error(cx, "Value not an object.");
Related to issue #347.
CC: @jdm, @Ms2ger