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