We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
===()
I can get the following on Julia 1.6.1:
julia> foo() = ===(0) foo (generic function with 1 method) julia> foo() Internal error: encountered unexpected error in runtime: BoundsError(a=Array{Any, (2,)}[ Main.:(===), 0], i=(3,)) jl_bounds_error_ints at /buildworker/worker/package_linux64/build/src/rtutils.c:186
The syntax may indeed be invalid, but it doesn't produce a friendly error.
The text was updated successfully, but these errors were encountered:
Duplicate of #40804
Sorry, something went wrong.
Thanks!
Edit: Oh wow, they used the exact same example! haha
No branches or pull requests
I can get the following on Julia 1.6.1:
The syntax may indeed be invalid, but it doesn't produce a friendly error.
The text was updated successfully, but these errors were encountered: