mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-25 10:31:12 +00:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
error: expected u16, found i64
|
|
--> $DIR/enum_inconsistent.rs:5:9
|
|
|
|
|
5 | B = 2i64,
|
|
| ^^^^^^^^
|