Description
julia> struct X
x::Union{Nothing,Missing}
end
julia> X(nothing)
julia: /home/jeff/src/julia/src/cgutils.cpp:705: llvm::Type* _julia_struct_to_llvm(jl_codegen_params_t*, jl_value_t*, jl_unionall_t*, bool*, bool): Assertion `NumATy > 0' failed.
The assertion is new in 1.5. It looks to me like the assertion can possibly just be removed, but I'm not sure. cc @vtjnash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment