Pattern switch in async method causes compiler crash #18257
Labels
Area-Compilers
Bug
Feature - Pattern Matching
Pattern Matching
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
The following code (thanks to @TyOverby) causes a compiler assertion
The lowering temp produced by pattern-matching is not classified as long-lived, and probably should be.
The text was updated successfully, but these errors were encountered: