[Parser recovery] DU type without `=` sign
Open
Area-Compiler-Syntax
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
I'm wondering if this is tracked and if not, if this would be possible to recover from:
```fsharp
type TrackIndexOrHardwareTrackIndex
| HardwareTrack of int
| VirtualTrack of TrackIndex
```

VS 2022 has a code fixer for this, but maybe it is possible to recover and not break parsing and tooling for remaining of the document?
Related: #11481
Contributor guide
Assessment
This issue has not been assessed yet.