2020-06-04 19:32:09 -04:00
|
|
|
error[E0425]: cannot find value `missing_var` in this scope
|
2025-07-13 16:25:27 -04:00
|
|
|
--> $DIR/trait-selection-overflow-prevention-72839.rs:19:8
|
2020-06-04 19:32:09 -04:00
|
|
|
|
|
|
|
|
|
LL | if missing_var % 8 == 0 {}
|
|
|
|
|
| ^^^^^^^^^^^ not found in this scope
|
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-06-04 19:32:09 -04:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|