9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
|
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
|
||
|
|