rust/src/test/ui/error-codes/E0425.stderr

9 lines
197 B
Plaintext
Raw Normal View History

2018-02-07 21:35:35 -06:00
error[E0425]: cannot find value `elf` in this scope
--> $DIR/E0425.rs:13:9
|
13 | elf; //~ ERROR E0425
| ^^^ not found in this scope
error: aborting due to previous error