]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/const-param-type-depends-on-type-param.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / const-generics / const-param-type-depends-on-type-param.stderr
index c9d6db7e2c2200928a1462015bdda3918cd752a0..724e3909e458fd76dd803037236308ed4e242f1b 100644 (file)
@@ -12,6 +12,6 @@ error[E0741]: the types of const generic parameters must derive `PartialEq` and
 LL | pub struct Dependent<T, const X: T>([(); X]);
    |                                  ^ `T` doesn't derive both `PartialEq` and `Eq`
 
-error: aborting due to previous error
+error: aborting due to previous error; 1 warning emitted
 
 For more information about this error, try `rustc --explain E0741`.