summary refs log tree commit diff
path: root/src/test/ui/static/static-method-privacy.stderr
blob: c72295f97ca1cb8307045a9b9266ff75941ad03d (plain)
1
2
3
4
5
6
7
8
9
error[E0624]: method `new` is private
  --> $DIR/static-method-privacy.rs:9:13
   |
LL |     let _ = a::S::new();    //~ ERROR method `new` is private
   |             ^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0624`.