]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/types-mismatch-const-args.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / const-generics / types-mismatch-const-args.stderr
index 4266fd250b0570214a37a6732299c05c410e48a3..a76bbd177fbfd56af9a33c9d83f34d63aa4d24ed 100644 (file)
@@ -28,6 +28,6 @@ LL |     let _: A<'a, u16, {2u32}, {3u32}> = A::<'b, u32, {2u32}, {3u32}> { data
    = note: expected struct `A<'a, u16, _, _>`
               found struct `A<'b, u32, _, _>`
 
-error: aborting due to 2 previous errors
+error: aborting due to 2 previous errors; 1 warning emitted
 
 For more information about this error, try `rustc --explain E0308`.