Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
cxx
/
04fa0967e2014980c4ae017e5d6cad69fc2934f6
/
.
/
tests
/
ui
/
enum_overflows.stderr
blob: 3d1b370b9a509a6f1934decab1e07addf8224f88 [
file
] [
log
] [
blame
]
Joel Galenson
04fa096
2020-05-01 10:00:31 -0700
[
diff
] [
blame^
]
1
error
:
overflowed on value after
4294967295
2
-->
$DIR
/
enum_overflows
.
rs
:
10
:
5
3
|
4
10
|
/
enum
Bad
{
5
11
|
|
D
=
0xfffffffe
,
6
12
|
|
E
,
7
13
|
|
F
,
8
14
|
|
}
9
|
|
_____
^