mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
29 lines
734 B
Text
29 lines
734 B
Text
error[E0425]: cannot find value `FOO` in this scope
|
|
--> $DIR/locals-cfg.rs:12:9
|
|
|
|
|
12 | FOO;
|
|
| ^^^ not found in this scope
|
|
|
|
error[E0425]: cannot find value `FOO` in this scope
|
|
--> $DIR/locals-cfg.rs:22:9
|
|
|
|
|
22 | FOO;
|
|
| ^^^ not found in this scope
|
|
|
|
error[E0425]: cannot find value `FOO` in this scope
|
|
--> $DIR/locals-cfg.rs:32:9
|
|
|
|
|
32 | FOO;
|
|
| ^^^ not found in this scope
|
|
|
|
error[E0425]: cannot find value `FOO` in this scope
|
|
--> $DIR/locals-cfg.rs:40:9
|
|
|
|
|
40 | FOO;
|
|
| ^^^ not found in this scope
|
|
|
|
error[E0425]: cannot find value `FOO` in this scope
|
|
--> $DIR/locals-cfg.rs:48:9
|
|
|
|
|
48 | FOO;
|
|
| ^^^ not found in this scope
|