]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/issues/issue-14303-struct.stderr
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / ui / parser / issues / issue-14303-struct.stderr
index dbd0b987dd1901bfaba0b6e650949fc4c9799408..fa62a39f2416ca91d6724e9d47b38d3cdf7032f5 100644 (file)
@@ -2,7 +2,7 @@ error: lifetime parameters must be declared prior to type parameters
   --> $DIR/issue-14303-struct.rs:1:17
    |
 LL | struct X<'a, T, 'b> {
-   |         --------^^- help: reorder the parameters: lifetimes, then types, then consts: `<'a, 'b, T>`
+   |         --------^^- help: reorder the parameters: lifetimes, then consts and types: `<'a, 'b, T>`
 
 error: aborting due to previous error