]> git.lizzy.rs Git - rust.git/blob - src/test/ui/bare-function-self.stderr
51db0ddd70d769784e462065bfd7294bcb76aa3d
[rust.git] / src / test / ui / bare-function-self.stderr
1 error: unexpected `self` argument in bare function
2   --> $DIR/bare-function-self.rs:12:11
3    |
4 LL | fn a(&self) { }
5    |           ^
6
7 error: aborting due to previous error
8