Rollup merge of #89777 - pierwill:fix-88233, r=Mark-Simulacrum

Edit explanation of test for nested type ascriptions

Fixes typo ("an ascribing") and removes extra.

Closes #88233.
This commit is contained in:
Yuki Okushi 2021-10-13 21:55:10 +09:00 committed by GitHub
commit cd5fe938e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
// Here we check that type ascription is syntactically invalid when
// not in the top position of a ascribing a let binding or function parameter.
// not in the top position of an ascribing `let` binding or function parameter.
// This has no effect.