Unify let, let!, use, use! LetOrUse AST representation.
#18816
Build Source-Build (Managed) failed
Annotations
Check failure on line 1531 in src/FSharp.Core/async.fs
azure-pipelines / fsharp-ci (Build Source-Build (Managed))
src/FSharp.Core/async.fs#L1531
src/FSharp.Core/async.fs(1531,48): error FS0001: (NETCORE_ENGINEERING_TELEMETRY=Build) This expression was expected to have type 'CancellationToken' but here has type 'Async<CancellationToken>'
Check failure on line 1924 in src/FSharp.Core/async.fs
azure-pipelines / fsharp-ci (Build Source-Build (Managed))
src/FSharp.Core/async.fs#L1924
src/FSharp.Core/async.fs(1924,44): error FS0001: (NETCORE_ENGINEERING_TELEMETRY=Build) This expression was expected to have type 'AsyncResult<'a>' but here has type 'Async<AsyncResult<'T>>'
Check failure on line 1958 in src/FSharp.Core/async.fs
azure-pipelines / fsharp-ci (Build Source-Build (Managed))
src/FSharp.Core/async.fs#L1958
src/FSharp.Core/async.fs(1958,28): error FS0001: (NETCORE_ENGINEERING_TELEMETRY=Build) This expression was expected to have type 'bool' but here has type 'Async<bool>'
Check failure on line 1980 in src/FSharp.Core/async.fs
azure-pipelines / fsharp-ci (Build Source-Build (Managed))
src/FSharp.Core/async.fs#L1980
src/FSharp.Core/async.fs(1980,20): error FS0039: (NETCORE_ENGINEERING_TELEMETRY=Build) The type 'Async<_>' does not define the field, constructor or member 'Register'.
Check failure on line 2071 in src/FSharp.Core/async.fs
azure-pipelines / fsharp-ci (Build Source-Build (Managed))
src/FSharp.Core/async.fs#L2071
src/FSharp.Core/async.fs(2071,20): error FS0039: (NETCORE_ENGINEERING_TELEMETRY=Build) The type 'Async<_>' does not define the field, constructor or member 'Register'.