]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-21974.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-21974.stderr
index dfabde9abc97809921a2cc60647bd29086df890d..4e010a13653e7796c0723c35125c33bdb5ce60b1 100644 (file)
@@ -1,8 +1,8 @@
-error[E0283]: type annotations needed
+error[E0283]: type annotations needed: cannot satisfy `&'a T: Foo`
   --> $DIR/issue-21974.rs:11:19
    |
 LL |     where &'a T : Foo,
-   |                   ^^^ cannot infer type for reference `&'a T`
+   |                   ^^^
    |
    = note: cannot satisfy `&'a T: Foo`