]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-10412.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-10412.stderr
index 2a6e2414593aa4145e89f77dcf1bcd2ec92c7f19..9d181eab7fbcdf1cd51989d3143f792224b6b557 100644 (file)
@@ -45,6 +45,8 @@ error[E0726]: implicit elided lifetime not allowed here
    |
 LL | impl<'self> Serializable<str> for &'self str {
    |             ^^^^^^^^^^^^^^^^^ help: indicate the anonymous lifetime: `Serializable<'_, str>`
+   |
+   = note: assuming a `'static` lifetime...
 
 error[E0277]: the size for values of type `str` cannot be known at compilation time
   --> $DIR/issue-10412.rs:6:13