]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/hr-subtype/hr-subtype.free_x_vs_free_y.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / hr-subtype / hr-subtype.free_x_vs_free_y.stderr
index 7b4cdd4a419b4f4856e7f7409f71e5f5766a5af8..57610beb862fa26636befa0711abf63d39d9d8fc 100644 (file)
@@ -8,8 +8,8 @@ LL | / check! { free_x_vs_free_y: (fn(&'x u32),
 LL | | fn(&'y u32)) }
    | |______________- in this macro invocation
    |
-   = note: expected enum `std::option::Option<fn(&'x u32)>`
-              found enum `std::option::Option<fn(&'y u32)>`
+   = note: expected enum `Option<fn(&'x u32)>`
+              found enum `Option<fn(&'y u32)>`
 note: the lifetime `'x` as defined on the function body at 44:22...
   --> $DIR/hr-subtype.rs:44:22
    |