rust/tests/ui/resolve/issue-14254.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

183 lines
4.6 KiB
Plaintext
Raw Normal View History

error[E0425]: cannot find value `a` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:21:9
|
2018-02-23 00:42:32 +00:00
LL | a;
| ^ not found in this scope
error[E0425]: cannot find value `x` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:30:9
|
2018-02-23 00:42:32 +00:00
LL | x;
| ^ help: you might have meant to use the available field: `self.x`
error[E0425]: cannot find value `y` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:32:9
|
2018-02-23 00:42:32 +00:00
LL | y;
| ^ help: you might have meant to use the available field: `self.y`
error[E0425]: cannot find value `a` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:34:9
|
2018-02-23 00:42:32 +00:00
LL | a;
| ^ not found in this scope
error[E0425]: cannot find value `bah` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:36:9
|
2018-02-23 00:42:32 +00:00
LL | bah;
2022-10-21 13:43:58 +00:00
| ^^^
|
help: you might have meant to refer to the associated function
|
LL | Self::bah;
| ~~~~~~~~~
error[E0425]: cannot find value `b` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:38:9
|
2018-02-23 00:42:32 +00:00
LL | b;
| ^ not found in this scope
error[E0425]: cannot find value `x` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:47:9
|
2018-02-23 00:42:32 +00:00
LL | x;
| ^ help: you might have meant to use the available field: `self.x`
error[E0425]: cannot find value `y` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:49:9
|
2018-02-23 00:42:32 +00:00
LL | y;
| ^ help: you might have meant to use the available field: `self.y`
error[E0425]: cannot find value `a` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:51:9
|
2018-02-23 00:42:32 +00:00
LL | a;
| ^ not found in this scope
error[E0425]: cannot find value `bah` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:53:9
|
2018-02-23 00:42:32 +00:00
LL | bah;
2022-10-21 13:43:58 +00:00
| ^^^
|
help: you might have meant to refer to the associated function
|
LL | Self::bah;
| ~~~~~~~~~
error[E0425]: cannot find value `b` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/issue-14254.rs:55:9
|
2018-02-23 00:42:32 +00:00
LL | b;
| ^ not found in this scope
error[E0425]: cannot find value `bah` in this scope
--> $DIR/issue-14254.rs:64:9
|
LL | bah;
2022-10-21 13:43:58 +00:00
| ^^^
|
help: you might have meant to refer to the associated function
|
LL | Self::bah;
| ~~~~~~~~~
error[E0425]: cannot find value `bah` in this scope
--> $DIR/issue-14254.rs:73:9
|
2018-02-23 00:42:32 +00:00
LL | bah;
2022-10-21 13:43:58 +00:00
| ^^^
|
help: you might have meant to refer to the associated function
|
LL | Self::bah;
| ~~~~~~~~~
error[E0425]: cannot find value `bah` in this scope
--> $DIR/issue-14254.rs:82:9
|
LL | bah;
2022-10-21 13:43:58 +00:00
| ^^^
|
help: you might have meant to refer to the associated function
|
LL | Self::bah;
| ~~~~~~~~~
error[E0425]: cannot find value `bah` in this scope
--> $DIR/issue-14254.rs:91:9
|
LL | bah;
2022-10-21 13:43:58 +00:00
| ^^^
|
help: you might have meant to refer to the associated function
|
LL | Self::bah;
| ~~~~~~~~~
error[E0425]: cannot find value `bah` in this scope
--> $DIR/issue-14254.rs:100:9
2017-11-20 12:13:27 +00:00
|
2018-02-23 00:42:32 +00:00
LL | bah;
2022-10-21 13:43:58 +00:00
| ^^^
|
help: you might have meant to refer to the associated function
|
LL | Self::bah;
| ~~~~~~~~~
error[E0425]: cannot find function `baz` in this scope
--> $DIR/issue-14254.rs:19:9
2017-11-20 12:13:27 +00:00
|
2018-02-23 00:42:32 +00:00
LL | baz();
| ^^^ help: you might have meant to call the method: `self.baz`
error[E0425]: cannot find function `baz` in this scope
--> $DIR/issue-14254.rs:28:9
2017-11-20 12:13:27 +00:00
|
LL | baz();
| ^^^ help: you might have meant to call the method: `self.baz`
error[E0425]: cannot find function `baz` in this scope
--> $DIR/issue-14254.rs:45:9
|
2018-02-23 00:42:32 +00:00
LL | baz();
| ^^^ help: you might have meant to call the method: `self.baz`
error[E0425]: cannot find function `baz` in this scope
--> $DIR/issue-14254.rs:62:9
2018-02-23 00:42:32 +00:00
|
LL | baz();
| ^^^ help: you might have meant to call the method: `self.baz`
error[E0425]: cannot find function `baz` in this scope
--> $DIR/issue-14254.rs:71:9
2018-02-23 00:42:32 +00:00
|
LL | baz();
| ^^^ help: you might have meant to call the method: `self.baz`
error[E0425]: cannot find function `baz` in this scope
--> $DIR/issue-14254.rs:80:9
2018-02-23 00:42:32 +00:00
|
LL | baz();
| ^^^ help: you might have meant to call the method: `self.baz`
error[E0425]: cannot find function `baz` in this scope
--> $DIR/issue-14254.rs:89:9
|
LL | baz();
| ^^^ help: you might have meant to call the method: `self.baz`
error[E0425]: cannot find function `baz` in this scope
--> $DIR/issue-14254.rs:98:9
|
LL | baz();
| ^^^ help: you might have meant to call the method: `self.baz`
error: aborting due to 24 previous errors
For more information about this error, try `rustc --explain E0425`.