summary refs log tree commit diff
path: root/src/test/ui/cast-errors-issue-43825.stderr
blob: db0a33e927fa1badbc9b6be9052e5d0c47730d04 (plain)
1
2
3
4
5
6
7
8
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