]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc1623.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / rfc1623.stderr
index 2efc58ac3819c52010f89a77e2e88f4854e9607b..2835e47fa4515f73e615a404029026115021240f 100644 (file)
@@ -4,8 +4,8 @@ error[E0308]: mismatched types
 LL |     f: &id,
    |        ^^^ one type is more general than the other
    |
-   = note: expected type `std::ops::FnOnce<(&'a Foo<'b>,)>`
-              found type `std::ops::FnOnce<(&Foo<'_>,)>`
+   = note: expected type `FnOnce<(&'a Foo<'b>,)>`
+              found type `FnOnce<(&Foo<'_>,)>`
 
 error: aborting due to previous error