2019-06-13 23:56:59 +02:00
|
|
|
error[E0425]: cannot find value `FOO` in this scope
|
2021-03-03 09:11:24 +01:00
|
|
|
--> $DIR/locals-cfg.rs:12:9
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2021-03-03 09:11:24 +01:00
|
|
|
12 | FOO;
|
2019-06-13 23:56:59 +02:00
|
|
|
| ^^^ not found in this scope
|
|
|
|
|
|
|
|
error[E0425]: cannot find value `FOO` in this scope
|
2021-03-03 09:11:24 +01:00
|
|
|
--> $DIR/locals-cfg.rs:22:9
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2021-03-03 09:11:24 +01:00
|
|
|
22 | FOO;
|
2019-06-13 23:56:59 +02:00
|
|
|
| ^^^ not found in this scope
|
|
|
|
|
|
|
|
error[E0425]: cannot find value `FOO` in this scope
|
2021-03-03 09:11:24 +01:00
|
|
|
--> $DIR/locals-cfg.rs:32:9
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2021-03-03 09:11:24 +01:00
|
|
|
32 | FOO;
|
2019-06-13 23:56:59 +02:00
|
|
|
| ^^^ not found in this scope
|
|
|
|
|
|
|
|
error[E0425]: cannot find value `FOO` in this scope
|
2021-03-03 09:11:24 +01:00
|
|
|
--> $DIR/locals-cfg.rs:40:9
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2021-03-03 09:11:24 +01:00
|
|
|
40 | FOO;
|
2019-06-13 23:56:59 +02:00
|
|
|
| ^^^ not found in this scope
|
|
|
|
|
|
|
|
error[E0425]: cannot find value `FOO` in this scope
|
2021-03-03 09:11:24 +01:00
|
|
|
--> $DIR/locals-cfg.rs:48:9
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2021-03-03 09:11:24 +01:00
|
|
|
48 | FOO;
|
2019-06-13 23:56:59 +02:00
|
|
|
| ^^^ not found in this scope
|