summary refs log tree commit diff
path: root/src/test/ui/static/static-method-privacy.stderr
blob: 783b72c8ed27eab21cfcc8c2be50f3179706b135 (plain)
1
2
3
4
5
6
7
8
9
error[E0624]: method `new` is private
  --> $DIR/static-method-privacy.rs:19: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`.