Sign in
fuchsia
/
third_party
/
rust
/
a538fe7ce715c7bd27e2e05329c3d857b9ad92af
/
.
/
src
/
test
/
ui
/
cast-errors-issue-43825.stderr
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