Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
cxx
/
b24f52e2892997dd07aff505625ed146c6e746cf
/
.
/
tests
/
ui
/
enum_inconsistent.stderr
blob: c5b427a8c4d8d7c5a885cf9ac77e6fc68684eee8 [
file
] [
log
] [
blame
]
David Tolnay
b24f52e
2020-05-10 23:29:12 -0700
[
diff
] [
blame^
]
1
error
:
expected u16
,
found i64
2
-->
$DIR
/
enum_inconsistent
.
rs
:
5
:
9
3
|
4
5
|
B
=
2i64
,
5
|
^^^^^^^^