2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `shave` in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
--> $DIR/issue-2356.rs:27:5
|
|
|
|
|
|
|
|
|
27 | shave();
|
2017-01-11 16:18:08 -06:00
|
|
|
| ^^^^^ not found in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `clone` in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
--> $DIR/issue-2356.rs:35:5
|
|
|
|
|
|
|
|
|
35 | clone();
|
2017-05-16 08:12:24 -05:00
|
|
|
| ^^^^^ help: try: `self.clone`
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `default` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:42:5
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
42 | default();
|
2017-05-16 08:12:24 -05:00
|
|
|
| ^^^^^^^ help: try: `Self::default`
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find value `whiskers` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:50:5
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
50 | whiskers -= other;
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^^^^^^^^
|
|
|
|
| |
|
|
|
|
| `self` value is only available in methods with `self` parameter
|
2017-07-05 11:58:22 -05:00
|
|
|
| help: try: `self.whiskers`
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `shave` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:53:5
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
53 | shave(4);
|
2017-05-16 08:12:24 -05:00
|
|
|
| ^^^^^ help: try: `Self::shave`
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `purr` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:55:5
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
55 | purr();
|
2017-01-11 16:18:08 -06:00
|
|
|
| ^^^^ not found in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `static_method` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:65:9
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
65 | static_method();
|
2017-01-11 16:18:08 -06:00
|
|
|
| ^^^^^^^^^^^^^ not found in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `purr` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:68:9
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
68 | purr();
|
2017-01-11 16:18:08 -06:00
|
|
|
| ^^^^ not found in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `purr` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:71:9
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
71 | purr();
|
2017-01-11 16:18:08 -06:00
|
|
|
| ^^^^ not found in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `purr` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:74:9
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
74 | purr();
|
2017-01-11 16:18:08 -06:00
|
|
|
| ^^^^ not found in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2016-11-30 16:35:25 -06:00
|
|
|
error[E0424]: expected value, found module `self`
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:82:8
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
82 | if self.whiskers > 3 {
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^^^^ `self` value is only available in methods with `self` parameter
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `grow_older` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:90:5
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
90 | grow_older();
|
2017-01-11 16:18:08 -06:00
|
|
|
| ^^^^^^^^^^ not found in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `shave` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:93:5
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
93 | shave();
|
2017-01-11 16:18:08 -06:00
|
|
|
| ^^^^^ not found in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find value `whiskers` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:99:5
|
|
|
|
|
|
|
|
|
99 | whiskers = 0;
|
|
|
|
| ^^^^^^^^ help: try: `self.whiskers`
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find value `whiskers` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:104:5
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
104 | whiskers = 4;
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^^^^^^^^
|
|
|
|
| |
|
|
|
|
| `self` value is only available in methods with `self` parameter
|
2017-07-05 11:58:22 -05:00
|
|
|
| help: try: `self.whiskers`
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `purr_louder` in this scope
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:107:5
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
107 | purr_louder();
|
2017-01-11 16:18:08 -06:00
|
|
|
| ^^^^^^^^^^^ not found in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2016-11-30 16:35:25 -06:00
|
|
|
error[E0424]: expected value, found module `self`
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/issue-2356.rs:114:5
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
114 | self += 1;
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^^^^ `self` value is only available in methods with `self` parameter
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to 17 previous errors
|
2016-11-30 16:35:25 -06:00
|
|
|
|