Skip to content

Commit cd5fe93

Browse files
authored
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.
2 parents 0caa616 + e71d17b commit cd5fe93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Here we check that type ascription is syntactically invalid when
2-
// not in the top position of a ascribing a let binding or function parameter.
2+
// not in the top position of an ascribing `let` binding or function parameter.
33

44

55
// This has no effect.

0 commit comments

Comments
 (0)