Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
coroutine
/
postfix-yield-after-cast.stderr
blob: a4de064fdf8793d4a6a7f36ef258967fced78706 [
file
] [
log
] [
blame
]
error
:
cast cannot be followed
by
`.yield`
-->
$DIR
/
postfix
-
yield
-
after
-
cast
.
rs
:
7
:
9
|
LL
|
0
as
u8
.
yield
|
^^^^^^^
|
help
:
try
surrounding the expression
in
parentheses
|
LL
|
(
0
as
u8
).
yield
|
+
+
error
:
aborting due to
1
previous error