2024-08-28 00:10:45 -04:00
|
|
|
error[E0425]: cannot find value `missing` in this scope
|
2024-11-06 17:53:59 +00:00
|
|
|
--> $DIR/tainted-body-2.rs:7:5
|
2024-08-28 00:10:45 -04:00
|
|
|
|
|
|
|
|
|
LL | missing;
|
|
|
|
|
| ^^^^^^^ not found in this scope
|
|
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|