]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/regions/regions-infer-invariance-due-to-mutability-3.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / regions / regions-infer-invariance-due-to-mutability-3.stderr
index 6322244fcf937e8019faed300d5fc008bd19d6cf..a98d2f0222e65befa65c540f3216f5ea6200ef6a 100644 (file)
@@ -4,8 +4,8 @@ error[E0308]: mismatched types
 LL |     b_isize
    |     ^^^^^^^ lifetime mismatch
    |
-   = note: expected type `Invariant<'static>`
-              found type `Invariant<'r>`
+   = note: expected struct `Invariant<'static>`
+              found struct `Invariant<'r>`
 note: the lifetime `'r` as defined on the function body at 9:23...
   --> $DIR/regions-infer-invariance-due-to-mutability-3.rs:9:23
    |