blob: 45512b26705d53eaed28af9cf898abecfde4bd7d [file] [log] [blame]
error[E0425]: cannot find value `field` in this scope
--> $DIR/resolve-speculative-adjustment.rs:27:13
|
27 | field;
| ^^^^^ not found in this scope
error[E0425]: cannot find function `method` in this scope
--> $DIR/resolve-speculative-adjustment.rs:29:13
|
29 | method();
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `field` in this scope
--> $DIR/resolve-speculative-adjustment.rs:33:9
|
33 | field;
| ^^^^^ help: try: `self.field`
error[E0425]: cannot find function `method` in this scope
--> $DIR/resolve-speculative-adjustment.rs:35:9
|
35 | method();
| ^^^^^^ help: try: `self.method`
error: aborting due to 4 previous errors