rust/src/test/ui/error-codes/E0424.stderr

9 lines
243 B
Plaintext
Raw Normal View History

2018-02-07 21:35:35 -06:00
error[E0424]: expected value, found module `self`
--> $DIR/E0424.rs:17:9
|
17 | self.bar(); //~ ERROR E0424
| ^^^^ `self` value is only available in methods with `self` parameter
error: aborting due to previous error