2022-10-21 13:53:27 -05:00
|
|
|
error[E0425]: cannot find value `ident_error` in this scope
|
|
|
|
--> $DIR/issue-103181-2.rs:12:5
|
|
|
|
|
|
|
|
|
LL | ident_error;
|
|
|
|
| ^^^^^^^^^^^ not found in this scope
|
|
|
|
|
2023-08-27 17:02:54 -05:00
|
|
|
error: aborting due to previous error
|
2022-10-21 13:53:27 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|