Actions
Bug #2504
closedntp parser update cause build failure
Affected Versions:
Effort:
Difficulty:
Label:
Description
After update to ntp-parser 0.2.0:
error[E0308]: mismatched types
--> src/ntp/ntp.rs:92:32
|
92 | if msg.mode == 1 || msg.mode == 3 {
| ^
| |
| expected struct `ntp::ntp::ntp_parser::NtpMode`, found integral variable
| help: try using a variant of the expected type: `ntp::ntp::ntp_parser::NtpMode(1)`
|
= note: expected type `ntp::ntp::ntp_parser::NtpMode`
found type `{integer}`
Updated by Victor Julien over 7 years ago
- Status changed from New to Closed
- Target version changed from 70 to 4.1rc1
Actions