]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/issue-14303-struct.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / issue-14303-struct.stderr
index dbd0b987dd1901bfaba0b6e650949fc4c9799408..f31cb92ad66ce2924f62b3db1f643f22a434d224 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 types: `<'a, 'b, T>`
 
 error: aborting due to previous error