]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/privacy/private-impl-method.stderr
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / privacy / private-impl-method.stderr
index e1da3f47a4ef76f6b8857d04500e3344977e30e9..6833cdb4df9db49f5cca022f5dae33b65e00d06a 100644 (file)
@@ -1,4 +1,4 @@
-error[E0624]: method `foo` is private
+error[E0624]: associated function `foo` is private
   --> $DIR/private-impl-method.rs:20:7
    |
 LL |     s.foo();