]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0624.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / error-codes / E0624.stderr
index 01ac24cfbbe122b4318b6efb4c1987b71b8d7093..1d3336fb181a06778af862ecf457850ae2f1c893 100644 (file)
@@ -1,8 +1,8 @@
-error[E0624]: method `method` is private
+error[E0624]: associated function `method` is private
   --> $DIR/E0624.rs:11:9
    |
 LL |     foo.method();
-   |         ^^^^^^
+   |         ^^^^^^ private associated function
 
 error: aborting due to previous error