- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.7k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviortypes and dispatchTypes, subtyping and method dispatchTypes, subtyping and method dispatch
Description
julia> using Test
julia> module FooAmbig
       _totuple(::Type{Tuple{Vararg{E}}}, itr, s...) where {E} = E
       end
Main.FooAmbig
julia> detect_unbound_args(FooAmbig; recursive=true)
signal (11): Segmentation fault: 11
Causing problems on #25261, but seems to be independent of it.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviortypes and dispatchTypes, subtyping and method dispatchTypes, subtyping and method dispatch