]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/impl-trait/bound-normalization-fail.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / impl-trait / bound-normalization-fail.stderr
index 22ba8342ff41fdc87abb17770ba3d34aafad9f6a..314ed96fd5ef0d2fc439f9abdd9e5ee598e3b288 100644 (file)
@@ -36,6 +36,6 @@ LL |     fn foo2_fail<'a, T: Trait<'a>>() -> impl FooLike<Output=T::Assoc> {
    = note: for more information, visit https://doc.rust-lang.org/book/ch19-03-advanced-traits.html
    = note: the return type of a function must have a statically known size
 
-error: aborting due to 3 previous errors
+error: aborting due to 3 previous errors; 1 warning emitted
 
 For more information about this error, try `rustc --explain E0271`.