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