diff options
| author | pierwill <pierwill@users.noreply.github.com> | 2021-10-11 12:56:55 -0500 |
|---|---|---|
| committer | pierwill <pierwill@users.noreply.github.com> | 2021-10-11 12:56:55 -0500 |
| commit | e71d17b9b42b87a0e6ea754d499a553a4fc8e4b8 (patch) | |
| tree | ff666213ebfbf111b5f12a1459e3d735f1d3cd27 /src/test/ui/pattern | |
| parent | 1067e2ca5e9cfe5c79f956e49ffc684c5142d49b (diff) | |
| download | rust-e71d17b9b42b87a0e6ea754d499a553a4fc8e4b8.tar.gz rust-e71d17b9b42b87a0e6ea754d499a553a4fc8e4b8.zip | |
Edit explanation of test for nested type ascriptions
Closes #88233
Diffstat (limited to 'src/test/ui/pattern')
| -rw-r--r-- | src/test/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.rs b/src/test/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.rs index 5c7769ce604..a709e34b501 100644 --- a/src/test/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.rs +++ b/src/test/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.rs @@ -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. |
