Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
block-result
/
block-must-not-have-result-do.stderr
blob: 2a94f0a87e181810d5de6de1e15f1a8133cb90b6 [
file
] [
log
] [
blame
] [
edit
]
error
[
E0308
]:
mismatched types
-->
$DIR
/
block
-
must
-
not
-
have
-
result
-
do
.
rs
:
3
:
9
|
LL
|
true
|
^^^^
expected
`()`
,
found
`bool`
error
:
aborting due to
1
previous error
For
more information about
this
error
,
try
`rustc --explain E0308`
.