Skip to content
  • Ryan Scott's avatar
    Reject nested foralls in foreign imports (#16702) · 45f88494
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    This replaces a panic observed in #16702 with a simple error message
    stating that nested `forall`s simply aren't allowed in the type
    signature of a `foreign import` (at least, not at present).
    
    Fixes #16702.
    45f88494