2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find value `field` in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
--> $DIR/resolve-speculative-adjustment.rs:27:13
|
|
|
|
|
|
|
|
|
27 | field;
|
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 `method` in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
--> $DIR/resolve-speculative-adjustment.rs:30:13
|
|
|
|
|
|
|
|
|
30 | 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 value `field` in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
--> $DIR/resolve-speculative-adjustment.rs:35:9
|
|
|
|
|
|
|
|
|
35 | field;
|
|
|
|
| ^^^^^ did you mean `self.field`?
|
|
|
|
|
2017-01-11 16:18:08 -06:00
|
|
|
error[E0425]: cannot find function `method` in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
--> $DIR/resolve-speculative-adjustment.rs:38:9
|
|
|
|
|
|
|
|
|
38 | method();
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^^^^^^ did you mean `self.method(...)`?
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-05-22 06:46:05 -05:00
|
|
|
error: aborting due to previous error(s)
|
2016-11-30 16:35:25 -06:00
|
|
|
|