]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/issue-14303-impl.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / issue-14303-impl.stderr
index 3b5615d2a9ecab7e55415c4924b1ce5c9c88ea71..56cd4fb381038090802bee4966c071706464a20f 100644 (file)
@@ -2,7 +2,7 @@ error: lifetime parameters must be declared prior to type parameters
   --> $DIR/issue-14303-impl.rs:3:13
    |
 LL | impl<'a, T, 'b> X<T> {}
-   |     --------^^- 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