]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-71584.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-71584.stderr
index c162d338a93be8aa0b020e2511393e95c19c2be8..1c216e649829511822b802ccc7fd882ca149d282 100644 (file)
@@ -1,8 +1,8 @@
-error[E0284]: type annotations needed: cannot satisfy `<u64 as std::ops::Rem<_>>::Output == u64`
+error[E0284]: type annotations needed: cannot satisfy `<u64 as Rem<_>>::Output == u64`
   --> $DIR/issue-71584.rs:4:11
    |
 LL |     d = d % n.into();
-   |           ^ cannot satisfy `<u64 as std::ops::Rem<_>>::Output == u64`
+   |           ^ cannot satisfy `<u64 as Rem<_>>::Output == u64`
 
 error: aborting due to previous error