summary refs log tree commit diff
path: root/tests/ui/error-emitter/close_window.ascii.stderr
blob: e208b7093933a3f3708499e3a145ca28ef5595c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error[E0624]: method `method` is private
  --> $DIR/close_window.rs:9:7
   |
LL |     s.method();
   |       ^^^^^^ private method
   |
  ::: $DIR/auxiliary/close_window.rs:3:5
   |
LL |     fn method(&self) {}
   |     ---------------- private method defined here

error: aborting due to 1 previous error

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