blob: db0a33e927fa1badbc9b6be9052e5d0c47730d04 [file] [log] [blame]
error[E0425]: cannot find value `error` in this scope
--> $DIR/cast-errors-issue-43825.rs:12:17
|
12 | let error = error; //~ ERROR cannot find value `error`
| ^^^^^ not found in this scope
error: aborting due to previous error