Bad error recovery for attributes
Open
Area-Diagnostics
Bug
Impact-Medium
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description

#### Repro steps
1. Start typing an attribute on a module.
#### Expected behavior
Should give an error based on the attribute itself and not the code below.
#### Actual behavior
Errors happen on the code below due to bad error recovery.
#### Known workarounds
You can indent the module, but not really a workaround.
Contributor guide
Assessment
This issue has not been assessed yet.