Repro steps
let t3 (t1: {| gu: string; ff: int |}) = { t1 with ff = 3 }
or sharplab.
Expected behavior
Error saying brace-pipes are required.
Actual behavior
Squiggly under ff with The record label 'ff' is not defined..
Related information
- VSIX for F# built from main
- VS 17.6 Preview 1