2017-12-10 22:47:55 +03:00
|
|
|
error[E0370]: enum discriminant overflowed
|
|
|
|
--> $DIR/discrim-overflow-2.rs:27:9
|
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | OhNo, //~ ERROR enum discriminant overflowed [E0370]
|
2018-03-05 10:21:11 +01:00
|
|
|
| ^^^^ overflowed on value after 127
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-03-05 10:21:11 +01:00
|
|
|
= note: explicitly set `OhNo = -128` if that is desired outcome
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
|
|
error[E0370]: enum discriminant overflowed
|
2017-12-10 23:29:24 +03:00
|
|
|
--> $DIR/discrim-overflow-2.rs:36:9
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | OhNo, //~ ERROR enum discriminant overflowed [E0370]
|
2018-03-05 10:21:11 +01:00
|
|
|
| ^^^^ overflowed on value after 255
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-03-05 10:21:11 +01:00
|
|
|
= note: explicitly set `OhNo = 0` if that is desired outcome
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
|
|
error[E0370]: enum discriminant overflowed
|
2017-12-10 23:29:24 +03:00
|
|
|
--> $DIR/discrim-overflow-2.rs:45:9
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | OhNo, //~ ERROR enum discriminant overflowed [E0370]
|
2018-03-05 10:21:11 +01:00
|
|
|
| ^^^^ overflowed on value after 32767
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-03-05 10:21:11 +01:00
|
|
|
= note: explicitly set `OhNo = -32768` if that is desired outcome
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
|
|
error[E0370]: enum discriminant overflowed
|
2017-12-10 23:29:24 +03:00
|
|
|
--> $DIR/discrim-overflow-2.rs:54:9
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | OhNo, //~ ERROR enum discriminant overflowed [E0370]
|
2018-03-05 10:21:11 +01:00
|
|
|
| ^^^^ overflowed on value after 65535
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-03-05 10:21:11 +01:00
|
|
|
= note: explicitly set `OhNo = 0` if that is desired outcome
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
|
|
error[E0370]: enum discriminant overflowed
|
2017-12-10 23:29:24 +03:00
|
|
|
--> $DIR/discrim-overflow-2.rs:63:9
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | OhNo, //~ ERROR enum discriminant overflowed [E0370]
|
2018-03-05 10:21:11 +01:00
|
|
|
| ^^^^ overflowed on value after 2147483647
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-03-05 10:21:11 +01:00
|
|
|
= note: explicitly set `OhNo = -2147483648` if that is desired outcome
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
|
|
error[E0370]: enum discriminant overflowed
|
2017-12-10 23:29:24 +03:00
|
|
|
--> $DIR/discrim-overflow-2.rs:72:9
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | OhNo, //~ ERROR enum discriminant overflowed [E0370]
|
2018-03-05 10:21:11 +01:00
|
|
|
| ^^^^ overflowed on value after 4294967295
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-03-05 10:21:11 +01:00
|
|
|
= note: explicitly set `OhNo = 0` if that is desired outcome
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
|
|
error[E0370]: enum discriminant overflowed
|
2017-12-10 23:29:24 +03:00
|
|
|
--> $DIR/discrim-overflow-2.rs:81:9
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | OhNo, //~ ERROR enum discriminant overflowed [E0370]
|
2018-03-05 10:21:11 +01:00
|
|
|
| ^^^^ overflowed on value after 9223372036854775807
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-03-05 10:21:11 +01:00
|
|
|
= note: explicitly set `OhNo = -9223372036854775808` if that is desired outcome
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
|
|
error[E0370]: enum discriminant overflowed
|
2017-12-10 23:29:24 +03:00
|
|
|
--> $DIR/discrim-overflow-2.rs:90:9
|
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | OhNo, //~ ERROR enum discriminant overflowed [E0370]
|
2018-03-05 10:21:11 +01:00
|
|
|
| ^^^^ overflowed on value after 18446744073709551615
|
2017-12-10 23:29:24 +03:00
|
|
|
|
|
2018-03-05 10:21:11 +01:00
|
|
|
= note: explicitly set `OhNo = 0` if that is desired outcome
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
|
|
error: aborting due to 8 previous errors
|
|
|
|
|
2018-02-19 21:40:25 +01:00
|
|
|
If you want more information on this error, try using "rustc --explain E0370"
|