about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-10-13 21:55:10 +0900
committerGitHub <noreply@github.com>2021-10-13 21:55:10 +0900
commitcd5fe938e7078169a674d8e797164b208d9f25c8 (patch)
treeec02386cdcc958e981f333a85910982d88e7b944
parent0caa6164a3ca89f72679d75404abec488a48a2a9 (diff)
parente71d17b9b42b87a0e6ea754d499a553a4fc8e4b8 (diff)
downloadrust-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.rs2
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.