Skip to content

Replace panic/notHandled with noExtCon in DsMeta

Ryan Scott requested to merge wip/fewer-DsMeta-panics into master

There are many spots in DsMeta where panic or notHandled is used after pattern-matching on a TTG extension constructor. This is overkill, however, as using noExtCon would work just as well. This patch switches out these panics for noExtCon.

Merge request reports