]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/derives/derives-span-Hash-enum-struct-variant.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Hash-enum-struct-variant.stderr
index 3f41918493255b0591d6adbec5e2dbb93f6ef421..9a03153797539549dcfdc64aa296ec188a6b1c71 100644 (file)
@@ -1,8 +1,8 @@
-error[E0277]: the trait bound `Error: std::hash::Hash` is not satisfied
+error[E0277]: the trait bound `Error: Hash` is not satisfied
   --> $DIR/derives-span-Hash-enum-struct-variant.rs:9:6
    |
 LL |      x: Error
-   |      ^^^^^^^^ the trait `std::hash::Hash` is not implemented for `Error`
+   |      ^^^^^^^^ the trait `Hash` is not implemented for `Error`
    | 
   ::: $SRC_DIR/core/src/hash/mod.rs:LL:COL
    |