We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa1e81 commit 7add085Copy full SHA for 7add085
src/gf.c
@@ -3239,7 +3239,7 @@ static jl_value_t *ml_matches(jl_methtable_t *mt,
3239
size_t *min_valid, size_t *max_valid, int *ambig)
3240
{
3241
if (world > jl_atomic_load_acquire(&jl_world_counter))
3242
- return (jl_value_t*)jl_an_empty_vec_any; // the future is not enumerable
+ return jl_nothing; // the future is not enumerable
3243
int has_ambiguity = 0;
3244
jl_value_t *unw = jl_unwrap_unionall((jl_value_t*)type);
3245
assert(jl_is_datatype(unw));
0 commit comments