Skip to content

Commit

Permalink
Rollup merge of rust-lang#89777 - pierwill:fix-88233, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Edit explanation of test for nested type ascriptions

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

Closes rust-lang#88233.
  • Loading branch information
JohnTitor authored Oct 13, 2021
2 parents b71451f + e71d17b commit 9ef50f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9ef50f9

Please sign in to comment.