about summary refs log tree commit diff
path: root/src/test/ui/structs
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2022-06-02 14:06:54 -0700
committerEsteban Küber <esteban@kuber.com.ar>2022-06-02 15:29:20 -0700
commitcd8cfbfb098f8e1da086ee7d164af03e3fdde189 (patch)
treef7f5d26ddb2960c1bd9ccd916de7c84324e9afff /src/test/ui/structs
parentad63f907e987673fc99dce3e4d1437720705f5a8 (diff)
downloadrust-cd8cfbfb098f8e1da086ee7d164af03e3fdde189.tar.gz
rust-cd8cfbfb098f8e1da086ee7d164af03e3fdde189.zip
review comments
Diffstat (limited to 'src/test/ui/structs')
-rw-r--r--src/test/ui/structs/struct-path-self.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/structs/struct-path-self.stderr b/src/test/ui/structs/struct-path-self.stderr
index 3a4baeb9f6c..cccdd7b0f02 100644
--- a/src/test/ui/structs/struct-path-self.stderr
+++ b/src/test/ui/structs/struct-path-self.stderr
@@ -42,7 +42,7 @@ note: `Self` is of type `S`
   --> $DIR/struct-path-self.rs:1:8
    |
 LL | struct S;
-   |        ^ `Self` corresponds to this type, which doesn't have type parameters
+   |        ^ `Self` corresponds to this type, which doesn't have generic parameters
 ...
 LL | impl Tr for S {
    | ------------- `Self` is on type `S` in this `impl`
@@ -64,7 +64,7 @@ note: `Self` is of type `S`
   --> $DIR/struct-path-self.rs:1:8
    |
 LL | struct S;
-   |        ^ `Self` corresponds to this type, which doesn't have type parameters
+   |        ^ `Self` corresponds to this type, which doesn't have generic parameters
 ...
 LL | impl S {
    | ------ `Self` is on type `S` in this `impl`