2017-01-11 22:18:08 +00:00
|
|
|
error[E0412]: cannot find type `field` in this scope
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/resolve-assoc-suggestions.rs:16:16
|
2016-11-30 22:35:25 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | let _: field;
|
2017-01-11 22:18:08 +00:00
|
|
|
| ^^^^^ not found in this scope
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2019-10-15 00:20:50 +00:00
|
|
|
error[E0531]: cannot find tuple struct or tuple variant `field` in this scope
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/resolve-assoc-suggestions.rs:18:13
|
2016-11-30 22:35:25 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | let field(..);
|
2017-01-11 22:18:08 +00:00
|
|
|
| ^^^^^ not found in this scope
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2017-01-11 22:18:08 +00:00
|
|
|
error[E0425]: cannot find value `field` in this scope
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/resolve-assoc-suggestions.rs:20:9
|
2016-11-30 22:35:25 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | field;
|
2019-04-18 00:22:16 +00:00
|
|
|
| ^^^^^ help: you might have meant to use the available field: `self.field`
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2017-01-11 22:18:08 +00:00
|
|
|
error[E0412]: cannot find type `Type` in this scope
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/resolve-assoc-suggestions.rs:23:16
|
2016-11-30 22:35:25 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | let _: Type;
|
2020-10-26 23:28:56 +00:00
|
|
|
| ^^^^ help: you might have meant to use the associated type: `Self::Type`
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2019-10-15 00:20:50 +00:00
|
|
|
error[E0531]: cannot find tuple struct or tuple variant `Type` in this scope
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/resolve-assoc-suggestions.rs:25:13
|
2016-11-30 22:35:25 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | let Type(..);
|
2017-01-11 22:18:08 +00:00
|
|
|
| ^^^^ not found in this scope
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2017-01-11 22:18:08 +00:00
|
|
|
error[E0425]: cannot find value `Type` in this scope
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/resolve-assoc-suggestions.rs:27:9
|
2016-11-30 22:35:25 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | Type;
|
2017-01-11 22:18:08 +00:00
|
|
|
| ^^^^ not found in this scope
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2017-01-11 22:18:08 +00:00
|
|
|
error[E0412]: cannot find type `method` in this scope
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/resolve-assoc-suggestions.rs:30:16
|
2016-11-30 22:35:25 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | let _: method;
|
2017-01-11 22:18:08 +00:00
|
|
|
| ^^^^^^ not found in this scope
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2019-10-15 00:20:50 +00:00
|
|
|
error[E0531]: cannot find tuple struct or tuple variant `method` in this scope
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/resolve-assoc-suggestions.rs:32:13
|
2016-11-30 22:35:25 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | let method(..);
|
2017-01-11 22:18:08 +00:00
|
|
|
| ^^^^^^ not found in this scope
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2017-01-11 22:18:08 +00:00
|
|
|
error[E0425]: cannot find value `method` in this scope
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/resolve-assoc-suggestions.rs:34:9
|
2016-11-30 22:35:25 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | method;
|
2022-10-21 13:43:58 +00:00
|
|
|
| ^^^^^^ help: you might have meant to refer to the method: `self.method`
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2017-07-02 10:49:30 +00:00
|
|
|
error: aborting due to 9 previous errors
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2019-09-14 14:22:14 +00:00
|
|
|
Some errors have detailed explanations: E0412, E0425, E0531.
|
2018-03-03 14:59:40 +00:00
|
|
|
For more information about an error, try `rustc --explain E0412`.
|