rust/tests/ui/cfg/cmdline-false.stderr
2025-04-03 18:10:48 +00:00

9 lines
255 B
Text

error[E0425]: cannot find function `foo` in this scope
--> $DIR/cmdline-false.rs:8:5
|
LL | foo();
| ^^^ not found in this scope
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0425`.