diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-10-13 21:55:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 21:55:10 +0900 |
| commit | cd5fe938e7078169a674d8e797164b208d9f25c8 (patch) | |
| tree | ec02386cdcc958e981f333a85910982d88e7b944 | |
| parent | 0caa6164a3ca89f72679d75404abec488a48a2a9 (diff) | |
| parent | e71d17b9b42b87a0e6ea754d499a553a4fc8e4b8 (diff) | |
| download | rust-cd5fe938e7078169a674d8e797164b208d9f25c8.tar.gz rust-cd5fe938e7078169a674d8e797164b208d9f25c8.zip | |
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.
| -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. |
