Skip to content

Commit 1d63deb

Browse files
authored
Rollup merge of rust-lang#89777 - pierwill:fix-88233, r=Mark-Simulacrum
Edit explanation of test for nested type ascriptions Fixes typo ("an ascribing") and removes extra. Closes rust-lang#88233.
2 parents 0968607 + e71d17b commit 1d63deb

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)